コード例 #1
0
 public RSAPublicKeyParameter(RSAPublicKey key)
 {
     Key = key;
 }