Exemplo n.º 1
0
 public RSAKeyPair(RSAPrivateKey privateKey, RSAPublicKey publicKey)
 {
     this._privateKey = privateKey;
     this._publicKey = publicKey;
 }
Exemplo n.º 2
0
 public RSAKeyPair(RSAPrivateKey privateKey, RSAPublicKey publicKey)
 {
     this._privateKey = privateKey;
     this._publicKey  = publicKey;
 }