Export a certificate in PKCS #12 format from the server key store.
byte[] exportPKCS12CertAndKey(String alias, String password)
If successful, returns the file content of the exported certificate. If unsuccessful, returns SUPAdminException.
byte[] pkcs12Bytes = supCluster.exportPKCS12CertAndKey("myPrivateKeyEntryAlias", "password");