C# 클래스 OpenSSL.Crypto.EncryptCipherContext

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

공개 메소드들

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

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

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

메소드 상세

Encrypt() 공개 메소드

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

Encrypt() 공개 메소드

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

EncryptCipherContext() 공개 메소드

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

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void