C# Class BraintreeEncryption.Library.BouncyCastle.Util.Encoders.HexEncoder

Inheritance: IEncoder
Datei anzeigen Open project: braintree/braintree_windows_phone_encryption

Public Methods

Method Description
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

Private Methods

Method Description
HexEncoder ( ) : System.IO
ignore ( char c ) : bool

Method Details

Decode() public method

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

DecodeString() public method

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

Encode() public method

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