Defines a file format commonly used to store private keys with accompanying public key certificates, protected with a password-based symmetric key.
PKCS12.new â pkcs12PKCS12.new(str) â pkcs12PKCS12.new(str, pass) â pkcs12 Class Public methods
PKCS12.create(pass, name, key, cert [, ca, [, key_pbe [, cert_pbe [, key_iter [, mac_iter [, keytype]]]]]]) Class
to_der() Instance Public methods