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

Class to decode and encode Hex.
Afficher le fichier Open project: braintree/braintree_windows_phone_encryption

Méthodes publiques

Méthode Description
Decode ( byte data ) : byte[]
Decode ( string data ) : byte[]
Decode ( string data, Stream outStream ) : int
Encode ( byte data ) : byte[]
Encode ( byte data, int off, int length ) : byte[]
Encode ( byte data, Stream outStream ) : int
Encode ( byte data, int off, int length, Stream outStream ) : int
ToHexString ( byte data ) : string
ToHexString ( byte data, int off, int length ) : string

Private Methods

Méthode Description
Hex ( ) : System.IO

Method Details

Decode() public static méthode

public static Decode ( byte data ) : byte[]
data byte
Résultat byte[]

Decode() public static méthode

public static Decode ( string data ) : byte[]
data string
Résultat byte[]

Decode() public static méthode

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

Encode() public static méthode

public static Encode ( byte data ) : byte[]
data byte
Résultat byte[]

Encode() public static méthode

public static Encode ( byte data, int off, int length ) : byte[]
data byte
off int
length int
Résultat byte[]

Encode() public static méthode

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

Encode() public static méthode

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

ToHexString() public static méthode

public static ToHexString ( byte data ) : string
data byte
Résultat string

ToHexString() public static méthode

public static ToHexString ( byte data, int off, int length ) : string
data byte
off int
length int
Résultat string