WA-SDK  3.0.4.0
WA-SDK
issacapi_bs.h
이 파일의 문서화 페이지로 가기
1 /*
2  * Copyright (C) 2019 PENTA SECURITY SYSTEMS, INC.
3  * All rights reserved
4  *
5  * THIS IS UNPUBLISHED PROPRIETARY
6  * SOURCE CODE OF PENTA SECURITY SYSTEMS, INC.
7  *
8  * The copyright notice above does not evidence any actual or intended
9  * publication of such source code.
10  *
11  * Filename : issacapi_bs.h
12  */
13 
14 #ifndef _issacapi_bs_h
15 #define _issacapi_bs_h
16 
20 #include "issacapi_bs_crl.h"
21 #include "issacapi_bs_ctl.h"
22 #include "issacapi_bs_etc.h"
23 #include "issacapi_bs_paths.h"
24 #include "issacapi_bs_policy.h"
25 #include "issacapi_bs_privatekey.h"
26 #include "issacapi_bs_publickey.h"
27 #include "issacapi_bs_wrapper.h"
28 
29 
33 
38 
54 
60 
66 
74 
82 
86 WA_SDK_API const char *FUNCCALL
88  ISSAC_RETURN errorCode
89 );
90 
92 
93 #endif // _issacapi_bs_h
94 
unsigned int ISSAC_RETURN
ISSAC-API 실행 결과 [ ISSACAPI_BASIC_RETURN, ISSACAPI_ERRORS, ISSAC_LICENSE_ERR ]
Definition: issacapi_bs_definitions.h:32
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_Finalize(void)
모듈의 사용을 종료한다.
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_SetStateNotVerifiedService(void)
모듈을 비검증 운영모드로 변경한다. 검증대상이 아닌 알고리즘도 사용할 수 있게 된다. (초기 운영모드)
WA_SDK_API int FUNCCALL ISSAC_GetState(void)
모듈의 현재 상태값을 가져온다. (오류 발생 시 정보 확인을 위한 기능)
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_SetStateVerifiedService(void)
모듈을 검증 운영모드로 변경한다. 검증대상 알고리즘만 사용할 수 있게 된다.
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_Initialize(void)
모듈을 초기화한다.
WA_SDK_API const char *FUNCCALL ISSAC_GetErrorMessage(ISSAC_RETURN errorCode)
ISSAC-API 의 에러코드에 대한 에러메시지를 가져온다.
#define FUNCCALL
Definition: wasdk_public.h:9
#define WA_SDK_API
Definition: wasdk_public.h:27