getRSAPublicKey method

RSAKey getRSAPublicKey()

Implementation

RSAKey getRSAPublicKey() => RSAKey(rsaPublic.exponent, rsaPublic.modulus);