3.1.7 PKCS12 objects

PKCS12 objects have the following methods:

get_certificate()
Return certificate portion of the PKCS12 structure.

get_privatekey()
Return private key portion of the PKCS12 structure

get_ca_certificates()
Return CA certificates within the PKCS12 object as a tuple. Returns None if no CA certificates are present.