This constructor creates a copy of x509name which should be an instance of X509Name.
If the enc argument is present, it should be a base64-encoded string representing a NetscapeSPKI object, as returned by the b64_encode method.
passphrase must be either a string or a callback for providing the pass phrase.
passphrase must be either a string or a callback for providing the pass phrase.
See also the man page for the C function PKCS12_parse.
key is a PKey
instance. data is a str
instance.
digest is a str
naming a supported message digest type, for example
``sha1''
.
New in version 0.11.
certificate is a X509
instance corresponding to the private key
which generated the signature. signature is a str instance giving
the signature itself. data is a str instance giving the data to
which the signature applies. digest is a str instance naming the
message digest type of the signature, for example ``sha1''
.
New in version 0.11.