Bases: object
PBES1 implementation according to RFC 2898 section 6.1
Decodes a public RSA key in ASN.1 format as defined by x.509
Decrypts the PKCS#1 padded shared secret using the private RSA key
Encodes a public RSA key in ASN.1 format as defined by x.509
Encrypts the PKCS#1 padded shared secret using the public RSA key
Generates a 128 bit secret key to be used in symmetric encryption