C# Class Org.BouncyCastle.Security.WrapperUtilities.BufferedCipherWrapper

Inheritance: IWrapper
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode Description
BufferedCipherWrapper ( IBufferedCipher cipher ) : System
Init ( bool forWrapping, ICipherParameters parameters ) : void
Unwrap ( byte input, int inOff, int length ) : byte[]
Wrap ( byte input, int inOff, int length ) : byte[]

Method Details

BufferedCipherWrapper() public méthode

public BufferedCipherWrapper ( IBufferedCipher cipher ) : System
cipher IBufferedCipher
Résultat System

Init() public méthode

public Init ( bool forWrapping, ICipherParameters parameters ) : void
forWrapping bool
parameters ICipherParameters
Résultat void

Unwrap() public méthode

public Unwrap ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
Résultat byte[]

Wrap() public méthode

public Wrap ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
Résultat byte[]