Guardtime KSI c SDK
verification.h
Go to the documentation of this file.
1 /*
2  * Copyright 2013-2015 Guardtime, Inc.
3  *
4  * This file is part of the Guardtime client SDK.
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License").
7  * You may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  * http://www.apache.org/licenses/LICENSE-2.0
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES, CONDITIONS, OR OTHER LICENSES OF ANY KIND, either
13  * express or implied. See the License for the specific language governing
14  * permissions and limitations under the License.
15  * "Guardtime" and "KSI" are trademarks or registered trademarks of
16  * Guardtime, Inc., and no license to trademarks is granted; Guardtime
17  * reserves and retains all trademark rights.
18  */
19 
20 #ifndef VERIFICATION_H_
21 #define VERIFICATION_H_
22 
23 #include "ksi.h"
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
38  typedef struct KSI_VerificationResult_st KSI_VerificationResult;
39 
43  typedef struct KSI_VerificationStepResult_st KSI_VerificationStepResult;
44 
48  typedef enum KSI_VerificationStep_en {
54 
59 
64 
69 
74 
79 
84 
89 
94 
99 
104 
106 
115 
122 
126 #ifdef __cplusplus
127 }
128 #endif
129 
130 #endif /* VERIFICATION_INFO_H_ */
Definition: verification.h:49
Definition: verification.h:58
struct KSI_VerificationStepResult_st KSI_VerificationStepResult
Definition: verification.h:43
int KSI_VerificationResult_reset(KSI_VerificationResult *info)
Definition: verification.h:88
Definition: verification.h:63
Definition: verification.h:73
Definition: verification.h:53
KSI_VerificationStep_en
Definition: verification.h:48
Definition: verification.h:103
Definition: verification.h:78
enum KSI_VerificationStep_en KSI_VerificationStep
struct KSI_VerificationResult_st KSI_VerificationResult
Definition: verification.h:38
Definition: verification.h:93
struct KSI_CTX_st KSI_CTX
Definition: types_base.h:124
Definition: verification.h:68
Definition: verification.h:98
int KSI_VerificationResult_init(KSI_VerificationResult *info, KSI_CTX *ctx)
Definition: verification.h:83