RSAPrivateKey.clone constructor

RSAPrivateKey.clone(
  1. RSAPrivateKey _key
)

Implementation

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