public initialize(bits as Int) as Void throws CryptoException:
import klyn.cryptography generator = RSAKeyPairGenerator() generator.initialize(3072)