RSAPublicKey.raw constructor

RSAPublicKey.raw(
  1. RSAPublicKey _key
)

Implementation

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