C# 클래스 Apache.Shiro.Codec.Hex

파일 보기 프로젝트 열기: katasource/shironet

공개 메소드들

메소드 설명
FromHexCharArray ( char chars ) : byte[]
FromHexString ( string value ) : byte[]
ToHexCharArray ( byte bytes ) : char[]
ToHexString ( byte bytes ) : string

비공개 메소드들

메소드 설명
Hex ( ) : System

메소드 상세

FromHexCharArray() 공개 정적인 메소드

public static FromHexCharArray ( char chars ) : byte[]
chars char
리턴 byte[]

FromHexString() 공개 정적인 메소드

public static FromHexString ( string value ) : byte[]
value string
리턴 byte[]

ToHexCharArray() 공개 정적인 메소드

public static ToHexCharArray ( byte bytes ) : char[]
bytes byte
리턴 char[]

ToHexString() 공개 정적인 메소드

public static ToHexString ( byte bytes ) : string
bytes byte
리턴 string