RSAPrivateKey.raw constructor

RSAPrivateKey.raw(
  1. RSAPrivateKey _key
)

Implementation

RSAPrivateKey.raw(pc.RSAPrivateKey _key) : key = _key;