Expand description
PKCS #1: RSA Cryptography Specifications Version 2.2
Functionsยง
- decode_
private_ ๐key_ der - Decodes a DER encoded
RSAPrivateKey
structure. - decode_
public_ ๐key_ der - Decode a DER encoded
RSAPublicKey
structure. - encode_
public_ ๐key_ der - DER encode a RSA public key to
RSAPublicKey
structure.