C# Class OpenSSL.Crypto.EncryptCipherContext

Inheritance: OpenSSL.Core.Base, IDisposable
Afficher le fichier Open project: langhuihui/csharprtmp

Méthodes publiques

Méthode Description
Encrypt ( byte input, byte iv, int count ) : byte[]
Encrypt ( byte input, int count ) : byte[]
EncryptCipherContext ( Cipher cipher, byte key, byte iv, int padding ) : System

Méthodes protégées

Méthode Description
OnDispose ( ) : void

Private Methods

Méthode Description
SetupIV ( byte iv ) : byte[]
SetupKey ( byte key ) : byte[]

Method Details

Encrypt() public méthode

public Encrypt ( byte input, byte iv, int count ) : byte[]
input byte
iv byte
count int
Résultat byte[]

Encrypt() public méthode

public Encrypt ( byte input, int count ) : byte[]
input byte
count int
Résultat byte[]

EncryptCipherContext() public méthode

public EncryptCipherContext ( Cipher cipher, byte key, byte iv, int padding ) : System
cipher Cipher
key byte
iv byte
padding int
Résultat System

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void