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

Inheritance: IWrapper
Datei anzeigen Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method 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 method

public Init ( bool forWrapping, ICipherParameters param ) : void
forWrapping bool
param ICipherParameters
return void

Rfc3211WrapEngine() public method

public Rfc3211WrapEngine ( IBlockCipher engine ) : System
engine IBlockCipher
return System

Unwrap() public method

public Unwrap ( byte inBytes, int inOff, int inLen ) : byte[]
inBytes byte
inOff int
inLen int
return byte[]

Wrap() public method

public Wrap ( byte inBytes, int inOff, int inLen ) : byte[]
inBytes byte
inOff int
inLen int
return byte[]