C# 클래스 Nyan.Modules.Encryption.AES.AesEncryptionProvider

상속: IEncryptionProvider
파일 보기 프로젝트 열기: bucknellu/Nyan

공개 메소드들

메소드 설명
AesEncryptionProvider ( ) : System
AesEncryptionProvider ( string key, string iv ) : System
Configure ( ) : void
Decrypt ( string pContent ) : string
Encrypt ( string pContent ) : string
Shutdown ( ) : void

비공개 메소드들

메소드 설명
InitSettings ( ) : void

메소드 상세

AesEncryptionProvider() 공개 메소드

public AesEncryptionProvider ( ) : System
리턴 System

AesEncryptionProvider() 공개 메소드

public AesEncryptionProvider ( string key, string iv ) : System
key string
iv string
리턴 System

Configure() 공개 메소드

public Configure ( ) : void
리턴 void

Decrypt() 공개 메소드

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

Encrypt() 공개 메소드

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

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void