C# 클래스 OpenSSL.Crypto.DecryptCipherContext

상속: OpenSSL.Core.Base, IDisposable
파일 보기 프로젝트 열기: langhuihui/csharprtmp

공개 메소드들

메소드 설명
Decrypt ( byte input, byte iv, int count ) : byte[]
Decrypt ( byte input, int count ) : byte[]
DecryptCipherContext ( Cipher cipher, byte key, byte iv, int padding ) : System

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
SetupIV ( byte iv ) : byte[]
SetupKey ( byte key ) : byte[]

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( byte input, byte iv, int count ) : byte[]
input byte
iv byte
count int
리턴 byte[]

Decrypt() 공개 메소드

public Decrypt ( byte input, int count ) : byte[]
input byte
count int
리턴 byte[]

DecryptCipherContext() 공개 메소드

public DecryptCipherContext ( Cipher cipher, byte key, byte iv, int padding ) : System
cipher Cipher
key byte
iv byte
padding int
리턴 System

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void