RSAPublicKey.clone constructor

RSAPublicKey.clone(
  1. RSAPublicKey _key
)

Implementation

RSAPublicKey.clone(RSAPublicKey _key) : key = _key.key;