Property | Type | Description | |
---|---|---|---|
_privateKey | BigInteger[] |
Method | Description | |
---|---|---|
Sign ( byte data ) : byte[] |
Signs the specified data with the key.
|
|
VerifySignature ( byte data, byte signature ) : bool |
Verifies the signature.
|
Method | Description | |
---|---|---|
Key ( ) : System |
Initializes a new instance of the Key class.
|
|
Key ( byte data ) : System |
Initializes a new instance of the Key class.
|
protected Key ( byte data ) : System | ||
data | byte | DER encoded private key data. |
return | System |
public VerifySignature ( byte data, byte signature ) : bool | ||
data | byte | The data to verify. |
signature | byte | The signature to verify against. |
return | bool |