Functions | |
MQERETURN | mqeListCertificate_new (MQeExceptBlock *pErrStruct, MQeListCertificateHndl *phListCertificate, MQeStringHndl hName, MQeFieldsHndl hRegParams) |
Constructs an MQeListCertificate object. | |
MQERETURN | mqeListCertificate_activate (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStruct, MQeStringHndl hName, MQeFieldsHndl hRegParams) |
Activate the configuration by opening the registry. | |
MQERETURN | mqeListCertificate_readAllEntries (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStruct, MQeFieldsHndl *phEntries) |
read all the certificate entries in the registry | |
MQERETURN | mqeListCertificate_readEntry (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStruct, MQeFieldsHndl *phEntry, MQeStringHndl hCertName) |
read a specified certificate entry in the registry | |
MQERETURN | mqeListCertificate_getWTLSCertificate (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStructMQeFields, MQeCertificateHndl *phCertificate, MQeFieldsHndl hEntry) |
Get the certificate from the registry entry. | |
MQERETURN | mqeListCertificate_isNewCertificate (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStructMQeFields, MQEBOOL *pIsNew, MQeCertificateHndl hCertificate) |
Return the certificate style. | |
MQERETURN | mqeListCertificate_getSubject (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStructMQeFields, MQeStringHndl *phSubject, MQeCertificateHndl hCertificate) |
Return the subject field from the certificate. | |
MQERETURN | mqeListCertificate_getIssuer (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStructMQeFields, MQeStringHndl *phIssuer, MQeCertificateHndl hCertificate) |
Return the issuer field from the certificate. | |
MQERETURN | mqeListCertificate_getNotBefore (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStructMQeFields, MQEINT64 *pNotBeforeDate, MQeCertificateHndl hCertificate) |
Return the "Valid not before" date from the certificate. | |
MQERETURN | mqeListCertificate_getNotAfter (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStructMQeFields, MQEINT64 *pNotAfterDate, MQeCertificateHndl hCertificate) |
Return the "Valid not after" date from the certificate. | |
MQERETURN | mqeListCertificate_close (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStructMQeFields) |
Closes the mqeListCertificate. | |
MQERETURN | mqeListCertificate_free (MQeListCertificateHndl hListCertificate, MQeExceptBlock *pErrStructMQeFields) |
This page describes MQe_ListCertificates C API prototypes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Frees the mqeListCertificate handle
|