C# 클래스 TripleDESImp, code

파일 보기 프로젝트 열기: shendongnian/code

공개 프로퍼티들

프로퍼티 타입 설명
Encoder Encoding,
Key string

공개 메소드들

메소드 설명
CreateDes ( string key ) : TripleDES,
TripleDesDecrypt ( string cypherText ) : string
TripleDesEncrypt ( string plainText ) : string

메소드 상세

CreateDes() 공개 정적인 메소드

public static CreateDes ( string key ) : TripleDES,
key string
리턴 TripleDES,

TripleDesDecrypt() 공개 정적인 메소드

public static TripleDesDecrypt ( string cypherText ) : string
cypherText string
리턴 string

TripleDesEncrypt() 공개 정적인 메소드

public static TripleDesEncrypt ( string plainText ) : string
plainText string
리턴 string

프로퍼티 상세

Encoder 공개적으로 정적으로 프로퍼티

public static Encoding, Encoder
리턴 Encoding,

Key 공개적으로 정적으로 프로퍼티

public static string Key
리턴 string