toPublicKey property

RSAPublicKey get toPublicKey

Implementation

RSAPublicKey get toPublicKey => RSAPublicKey(n, e);