C# Класс Keyczar.Util.WebSafeBase64

Encodes bytes into websafe base 64
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Decode ( char input ) : Byte[]

Decodes the specified input.

Encode ( byte input ) : char[]

Encodes the specified input.

Приватные методы

Метод Описание
GetByte ( int i ) : byte
IsWhiteSpace ( int i ) : bool
WebSafeBase64 ( ) : System

Описание методов

Decode() публичный статический Метод

Decodes the specified input.
public static Decode ( char input ) : Byte[]
input char The input.
Результат Byte[]

Encode() публичный статический Метод

Encodes the specified input.
public static Encode ( byte input ) : char[]
input byte The input.
Результат char[]