C# Class Org.BouncyCastle.Crypto.Engines.Rfc3211WrapEngine

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

Méthodes publiques

Méthode Description
Init ( bool forWrapping, ICipherParameters param ) : void
Rfc3211WrapEngine ( IBlockCipher engine ) : System
Unwrap ( byte inBytes, int inOff, int inLen ) : byte[]
Wrap ( byte inBytes, int inOff, int inLen ) : byte[]

Method Details

Init() public méthode

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

Rfc3211WrapEngine() public méthode

public Rfc3211WrapEngine ( IBlockCipher engine ) : System
engine IBlockCipher
Résultat System

Unwrap() public méthode

public Unwrap ( byte inBytes, int inOff, int inLen ) : byte[]
inBytes byte
inOff int
inLen int
Résultat byte[]

Wrap() public méthode

public Wrap ( byte inBytes, int inOff, int inLen ) : byte[]
inBytes byte
inOff int
inLen int
Résultat byte[]