C# 클래스 BraintreeEncryption.Library.BouncyCastle.Util.Encoders.HexEncoder

상속: IEncoder
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption

공개 메소드들

메소드 설명
Decode ( byte data, int off, int length, Stream outStream ) : int
DecodeString ( string data, Stream outStream ) : int
Encode ( byte data, int off, int length, Stream outStream ) : int

비공개 메소드들

메소드 설명
HexEncoder ( ) : System.IO
ignore ( char c ) : bool

메소드 상세

Decode() 공개 메소드

public Decode ( byte data, int off, int length, Stream outStream ) : int
data byte
off int
length int
outStream System.IO.Stream
리턴 int

DecodeString() 공개 메소드

public DecodeString ( string data, Stream outStream ) : int
data string
outStream System.IO.Stream
리턴 int

Encode() 공개 메소드

public Encode ( byte data, int off, int length, Stream outStream ) : int
data byte
off int
length int
outStream System.IO.Stream
리턴 int