C# Class Apache.Shiro.Codec.Hex

Show file Open project: katasource/shironet

Public Methods

Method Description
FromHexCharArray ( char chars ) : byte[]
FromHexString ( string value ) : byte[]
ToHexCharArray ( byte bytes ) : char[]
ToHexString ( byte bytes ) : string

Private Methods

Method Description
Hex ( ) : System

Method Details

FromHexCharArray() public static method

public static FromHexCharArray ( char chars ) : byte[]
chars char
return byte[]

FromHexString() public static method

public static FromHexString ( string value ) : byte[]
value string
return byte[]

ToHexCharArray() public static method

public static ToHexCharArray ( byte bytes ) : char[]
bytes byte
return char[]

ToHexString() public static method

public static ToHexString ( byte bytes ) : string
bytes byte
return string