Property | Type | Description | |
---|---|---|---|
CURVE | |||
CURVE_ORDER | |||
HALF_CURVE_ORDER | |||
_Secp256k1 |
Method | Description | |
---|---|---|
ECKey ( byte vch, bool isPrivate ) : System | ||
GetPubKey ( bool isCompressed ) : byte[] | ||
GetPublicKeyParameters ( ) : |
||
RecoverFromSignature ( int recId, |
||
Sign ( byte hash ) : |
||
Verify ( byte hash, |
Method | Description | |
---|---|---|
AssertPrivateKey ( ) : void | ||
DecompressKey ( |
||
ECKey ( ) : System |
public ECKey ( byte vch, bool isPrivate ) : System | ||
vch | byte | |
isPrivate | bool | |
return | System |
public GetPubKey ( bool isCompressed ) : byte[] | ||
isCompressed | bool | |
return | byte[] |
public GetPublicKeyParameters ( ) : |
||
return |
public static RecoverFromSignature ( int recId, |
||
recId | int | |
sig | ||
message | byte | |
compressed | bool | |
return |
public Verify ( byte hash, |
||
hash | byte | |
sig | ||
return | bool |
public static ECDomainParameters,Org.BouncyCastle.Crypto.Parameters CURVE | ||
return |
public static BigInteger,Org.BouncyCastle.Math CURVE_ORDER | ||
return |
public static BigInteger,Org.BouncyCastle.Math HALF_CURVE_ORDER | ||
return |