![]() |
API参考
|
Structure for certificate management methods 更多...
#include <hitls_cert_reg.h>

Structure for certificate management methods
| CERT_BuildCertChainCallBack HITLS_CERT_MgrMethod::buildCertChain |
REQUIRED, construct a certificate chain.
| CERT_CertCtrlCallBack HITLS_CERT_MgrMethod::certCtrl |
REQUIRED, certificate interface ctrl.
| CERT_CertDupCallBack HITLS_CERT_MgrMethod::certDup |
REQUIRED, duplicate the certificate.
| CERT_CertEncodeCallBack HITLS_CERT_MgrMethod::certEncode |
REQUIRED, certificate encode.
| CERT_CertFreeCallBack HITLS_CERT_MgrMethod::certFree |
REQUIRED, release certificate.
| CERT_CertParseCallBack HITLS_CERT_MgrMethod::certParse |
REQUIRED, certificate decoding.
| CERT_CertRefCallBack HITLS_CERT_MgrMethod::certRef |
REQUIRED, Certificate reference counting plus one.
| CERT_StoreCtrlCallBack HITLS_CERT_MgrMethod::certStoreCtrl |
REQUIRED, certificate interface store ctrl.
| CERT_StoreDupCallBack HITLS_CERT_MgrMethod::certStoreDup |
REQUIRED, duplicate certificate store.
| CERT_StoreFreeCallBack HITLS_CERT_MgrMethod::certStoreFree |
REQUIRED, release the certificate store.
| CERT_StoreNewCallBack HITLS_CERT_MgrMethod::certStoreNew |
REQUIRED, Creating a certificate store.
| CERT_CheckPrivateKeyCallBack HITLS_CERT_MgrMethod::checkPrivateKey |
REQUIRED, Check whether the certificate matches the key.
| CERT_CreateSignCallBack HITLS_CERT_MgrMethod::createSign |
REQUIRED, signature.
| CERT_DecryptCallBack HITLS_CERT_MgrMethod::decrypt |
OPTIONAL, RSA key exchange REQUIRED, RSA decryption.
| CERT_EncryptCallBack HITLS_CERT_MgrMethod::encrypt |
OPTIONAL, RSA key exchange REQUIRED, RSA encryption.
| CERT_KeyCtrlCallBack HITLS_CERT_MgrMethod::keyCtrl |
REQUIRED, key ctrl interface.
| CERT_KeyDupCallBack HITLS_CERT_MgrMethod::keyDup |
REQUIRED, duplicate key.
| CERT_KeyFreeCallBack HITLS_CERT_MgrMethod::keyFree |
REQUIRED, Release the key.
| CERT_KeyParseCallBack HITLS_CERT_MgrMethod::keyParse |
REQUIRED, loading key.
| CERT_VerifyCertChainCallBack HITLS_CERT_MgrMethod::verifyCertChain |
REQUIRED, verify certificate chain.
| CERT_VerifySignCallBack HITLS_CERT_MgrMethod::verifySign |
REQUIRED, verification.