C# Class OpenSSL.Crypto.DecryptCipherContext

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

Méthodes publiques

Méthode Description
Decrypt ( byte input, byte iv, int count ) : byte[]
Decrypt ( byte input, int count ) : byte[]
DecryptCipherContext ( 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

Decrypt() public méthode

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

Decrypt() public méthode

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

DecryptCipherContext() public méthode

public DecryptCipherContext ( 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