C# Class Nethereum.Core.SimpleRLPSigner

Afficher le fichier Open project: Nethereum/Nethereum Class Usage Examples

Méthodes publiques

Méthode Description
BuildRLPEncoded ( bool raw ) : byte[]
GetRLPEncoded ( ) : byte[]
GetRLPEncodedRaw ( ) : byte[]
RlpDecode ( ) : void
Sign ( ECKey key ) : void
SimpleRLPSigner ( byte data ) : System.Collections.Generic
SimpleRLPSigner ( byte data, byte r, byte s, byte v ) : System.Collections.Generic
SimpleRLPSigner ( byte rawData, int numberOfElements ) : System.Collections.Generic

Private Methods

Méthode Description
EnsuredRPLDecoded ( ) : void

Method Details

BuildRLPEncoded() public méthode

public BuildRLPEncoded ( bool raw ) : byte[]
raw bool
Résultat byte[]

GetRLPEncoded() public méthode

public GetRLPEncoded ( ) : byte[]
Résultat byte[]

GetRLPEncodedRaw() public méthode

public GetRLPEncodedRaw ( ) : byte[]
Résultat byte[]

RlpDecode() public méthode

public RlpDecode ( ) : void
Résultat void

Sign() public méthode

public Sign ( ECKey key ) : void
key NBitcoin.Crypto.ECKey
Résultat void

SimpleRLPSigner() public méthode

public SimpleRLPSigner ( byte data ) : System.Collections.Generic
data byte
Résultat System.Collections.Generic

SimpleRLPSigner() public méthode

public SimpleRLPSigner ( byte data, byte r, byte s, byte v ) : System.Collections.Generic
data byte
r byte
s byte
v byte
Résultat System.Collections.Generic

SimpleRLPSigner() public méthode

public SimpleRLPSigner ( byte rawData, int numberOfElements ) : System.Collections.Generic
rawData byte
numberOfElements int
Résultat System.Collections.Generic