klyn.cryptography.RSAKeyPairGenerator.RSAKeyPairGenerator
constructor
public RSAKeyPairGenerator():
Description
Creates a new RSA key-pair generator.
import klyn.cryptography

generator = RSAKeyPairGenerator()
print(generator.algorithm)