C# 클래스 Nethereum.Core.SimpleRLPSigner

파일 보기 프로젝트 열기: Nethereum/Nethereum 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EnsuredRPLDecoded ( ) : void

메소드 상세

BuildRLPEncoded() 공개 메소드

public BuildRLPEncoded ( bool raw ) : byte[]
raw bool
리턴 byte[]

GetRLPEncoded() 공개 메소드

public GetRLPEncoded ( ) : byte[]
리턴 byte[]

GetRLPEncodedRaw() 공개 메소드

public GetRLPEncodedRaw ( ) : byte[]
리턴 byte[]

RlpDecode() 공개 메소드

public RlpDecode ( ) : void
리턴 void

Sign() 공개 메소드

public Sign ( ECKey key ) : void
key NBitcoin.Crypto.ECKey
리턴 void

SimpleRLPSigner() 공개 메소드

public SimpleRLPSigner ( byte data ) : System.Collections.Generic
data byte
리턴 System.Collections.Generic

SimpleRLPSigner() 공개 메소드

public SimpleRLPSigner ( byte data, byte r, byte s, byte v ) : System.Collections.Generic
data byte
r byte
s byte
v byte
리턴 System.Collections.Generic

SimpleRLPSigner() 공개 메소드

public SimpleRLPSigner ( byte rawData, int numberOfElements ) : System.Collections.Generic
rawData byte
numberOfElements int
리턴 System.Collections.Generic