Exemplo n.º 1
0
 public void SetKeyPair(IAElfAsymmetricCipherKeyPair ecKeyPair)
 {
     _keyPairProvider.SetKeyPair(ecKeyPair);
 }
Exemplo n.º 2
0
 public void SetKeyPair(IAElfAsymmetricCipherKeyPair ecKeyPair)
 {
     _keyPair = ecKeyPair;
 }