Import a PKCS #12 Certificate to the Key Store

Import a PKCS #12 certificate to the server key store. Personal Information Exchange format (PFX, also called PKCS #12) supports secure storage of certificates, private keys, and all certificates in a certification path.

Syntax

void importPKCS12CertAndKey(String alias, byte[] certificate, String password)

Parameters

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples