publicKey property

  1. @override
RSAPublicKey publicKey
override

Get the RSAPublicKey of the RSAPrivateKey

Implementation

@override
RSAPublicKey get publicKey =>
    RSAPublicKey(_privateKey.modulus!, BigInt.parse('65537'));