Method | Description | |
---|---|---|
DecipherKey ( System.Numerics.BigInteger privateKey, ECPoint tag ) : byte[] | ||
GenerateKey ( ECPoint publicKey, byte &key ) : ECPoint | ||
GenerateKey ( ECPoint publicKey, byte &key, System.Numerics.BigInteger k ) : ECPoint |
public DecipherKey ( System.Numerics.BigInteger privateKey, ECPoint tag ) : byte[] | ||
privateKey | System.Numerics.BigInteger | |
tag | ECPoint | |
return | byte[] |
public GenerateKey ( ECPoint publicKey, byte &key ) : ECPoint | ||
publicKey | ECPoint | |
key | byte | |
return | ECPoint |
public GenerateKey ( ECPoint publicKey, byte &key, System.Numerics.BigInteger k ) : ECPoint | ||
publicKey | ECPoint | |
key | byte | |
k | System.Numerics.BigInteger | |
return | ECPoint |