Method Standards.PKCS.RSA.parse_private_key()
- Method
parse_private_key
Crypto.RSA.Stateparse_private_key(objectseq)- Description
Decode a RSAPrivateKey structure
- Parameter
key RSAPrivateKey provided in ASN.1 format
- Returns
Crypto.RSA object
- Method
parse_private_key
variantCrypto.RSA.Stateparse_private_key(stringkey)- Description
Decode a DER-coded RSAPrivateKey structure
- Parameter
key RSAPrivateKey provided in ASN.1 DER-encoded format
- Returns
Crypto.RSA object