publicKey property

  1. @override
RSAPublicKey get publicKey

Get the RSAPublicKey associated RSAPrivateKey

Implementation

@override
RSAPublicKey get publicKey => _publicKey;