C# Class NBitcoin.Crypto.DeterministicECDSA

Show file Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
DeterministicECDSA ( ) : System
DeterministicECDSA ( Func digest ) : System
setPrivateKey ( ECPrivateKeyParameters ecKey ) : void
sign ( ) : byte[]
signHash ( byte hash ) : byte[]
update ( byte buf ) : void

Method Details

DeterministicECDSA() public method

public DeterministicECDSA ( ) : System
return System

DeterministicECDSA() public method

public DeterministicECDSA ( Func digest ) : System
digest Func
return System

setPrivateKey() public method

public setPrivateKey ( ECPrivateKeyParameters ecKey ) : void
ecKey Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters
return void

sign() public method

public sign ( ) : byte[]
return byte[]

signHash() public method

public signHash ( byte hash ) : byte[]
hash byte
return byte[]

update() public method

public update ( byte buf ) : void
buf byte
return void