C# Class Keyczar.Util.WebSafeBase64

Encodes bytes into websafe base 64
Afficher le fichier Open project: jbtule/keyczar-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( char input ) : Byte[]

Decodes the specified input.

Encode ( byte input ) : char[]

Encodes the specified input.

Private Methods

Méthode Description
GetByte ( int i ) : byte
IsWhiteSpace ( int i ) : bool
WebSafeBase64 ( ) : System

Method Details

Decode() public static méthode

Decodes the specified input.
public static Decode ( char input ) : Byte[]
input char The input.
Résultat Byte[]

Encode() public static méthode

Encodes the specified input.
public static Encode ( byte input ) : char[]
input byte The input.
Résultat char[]