C# 클래스 nHydrate.Generator.Common.Util.CryptographyHelperBase

상속: ICryptoHelper
파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
Decrypt ( byte cipherText ) : byte[]
Decrypt ( string cipherText ) : string
Decrypt ( string cipherText, StringEncodingType encoding ) : string
Dispose ( ) : void
Encrypt ( byte plaintext ) : byte[]
Encrypt ( string plaintext ) : string
Encrypt ( string plaintext, StringEncodingType encoding ) : string

메소드 상세

Decrypt() 공개 추상적인 메소드

public abstract Decrypt ( byte cipherText ) : byte[]
cipherText byte
리턴 byte[]

Decrypt() 공개 메소드

public Decrypt ( string cipherText ) : string
cipherText string
리턴 string

Decrypt() 공개 메소드

public Decrypt ( string cipherText, StringEncodingType encoding ) : string
cipherText string
encoding StringEncodingType
리턴 string

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

Encrypt() 공개 추상적인 메소드

public abstract Encrypt ( byte plaintext ) : byte[]
plaintext byte
리턴 byte[]

Encrypt() 공개 메소드

public Encrypt ( string plaintext ) : string
plaintext string
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string plaintext, StringEncodingType encoding ) : string
plaintext string
encoding StringEncodingType
리턴 string