예제 #1
0
 protected bool Equals(
     ECPrivateKeyParameters other)
 {
     return(d.Equals(other.d) && base.Equals(other));
 }
예제 #2
0
 public MqvPrivateParameters(
     ECPrivateKeyParameters staticPrivateKey,
     ECPrivateKeyParameters ephemeralPrivateKey)
     : this(staticPrivateKey, ephemeralPrivateKey, null)
 {
 }