Previous Topic: Artifact Federation

Next Topic: iTechSDK Logging

Support for Certificates in CA EEM C++ SDK

CA EEM C++ SDK supports P12, PEM, and PKCS#11 certificates.

Generate the certificates using the following methods:

When the certificate is generated, write the certificate to PKCS#11, PEM, and P12 format using the following methods:

Note: writeToPEM requires a password to protect the certificate. This argument is optional. For FIPS-only mode, the password must be blank.

When the certificate is stored, load the certificate from PKCS#11, PEM, and P12 format using the following methods:

Support for Certificates in CA EEM C# SDK

CA EEM C# SDK supports P12 and PEM certificates.

Note: CA EEM C# SDK does not support P11 certificates.

Generate the certificates using the following methods:

When the certificate is generated, write the certificate to PEM and P12 format using the following method:

When the certificate is stored, read the certificate to PEM and P12 format using the following method:

Support for Certificates in CA EEM Java SDK

CA EEM Java SDK supports P12, PKCS#11, and PEM certificates.

Generate the certificates using the following methods:

When the certificate is generated, write the certificate to PKCS#11, PEM, and P12 format using the following method:

When the certificate is created, read the certificate from PKCS#11, PEM, and P12 format using the following method: