pkcs12 property

String? pkcs12
getter/setter pair

PKCS#12 format containing a single private/public key pair and certificate chain.

This format is only accepted from client for creating a new SmimeInfo and is never returned, because the private key is not intended to be exported. PKCS#12 may be encrypted, in which case encryptedKeyPassword should be set appropriately.

Implementation

core.String? pkcs12;