RSA

constructor(n: Asn1Integer, e: Asn1Integer)(source)
constructor(n: BigInteger, e: BigInteger)(source)
constructor(n: BigInteger, e: UInt)(source)


constructor(n: ByteArray, e: Int)(source)

Deprecated

Use a BigInteger-capable constructor instead