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

Inheritance: IEncoder
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption

Méthodes publiques

Méthode 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

Méthode Description
HexEncoder ( ) : System.IO
ignore ( char c ) : bool

Method Details

Decode() public méthode

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

DecodeString() public méthode

public DecodeString ( string data, Stream outStream ) : int
data string
outStream System.IO.Stream
Résultat int

Encode() public méthode

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