Method | Description | |
---|---|---|
ECDSASignature ( NBitcoin.BouncyCastle.Math.BigInteger rs ) : System | ||
ECDSASignature ( NBitcoin.BouncyCastle.Math.BigInteger r, NBitcoin.BouncyCastle.Math.BigInteger s ) : System | ||
ECDSASignature ( byte derSig ) : System | ||
FromDER ( byte sig ) : |
||
IsValidDER ( byte bytes ) : bool | ||
MakeCanonical ( ) : |
Enforce LowS on the signature
|
|
ToDER ( ) : byte[] |
public ECDSASignature ( NBitcoin.BouncyCastle.Math.BigInteger rs ) : System | ||
rs | NBitcoin.BouncyCastle.Math.BigInteger | |
return | System |
public ECDSASignature ( NBitcoin.BouncyCastle.Math.BigInteger r, NBitcoin.BouncyCastle.Math.BigInteger s ) : System | ||
r | NBitcoin.BouncyCastle.Math.BigInteger | |
s | NBitcoin.BouncyCastle.Math.BigInteger | |
return | System |
public ECDSASignature ( byte derSig ) : System | ||
derSig | byte | |
return | System |
public static FromDER ( byte sig ) : |
||
sig | byte | |
return |
public static IsValidDER ( byte bytes ) : bool | ||
bytes | byte | |
return | bool |