Class Rfc3211WrapEngine
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Engines
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class Rfc3211WrapEngine : IWrapper
- Inheritance
-
Rfc3211WrapEngine
- Implements
-
- Inherited Members
-
Constructors
Rfc3211WrapEngine(IBlockCipher)
public Rfc3211WrapEngine(IBlockCipher engine)
Parameters
engine
IBlockCipher
Properties
AlgorithmName
public virtual string AlgorithmName { get; }
Property Value
- string
Methods
Init(bool, ICipherParameters)
public virtual void Init(bool forWrapping, ICipherParameters param)
Parameters
forWrapping
bool
param
ICipherParameters
Unwrap(byte[], int, int)
public virtual byte[] Unwrap(byte[] inBytes, int inOff, int inLen)
Parameters
inBytes
byte[]
inOff
int
inLen
int
Returns
- byte[]
Wrap(byte[], int, int)
public virtual byte[] Wrap(byte[] inBytes, int inOff, int inLen)
Parameters
inBytes
byte[]
inOff
int
inLen
int
Returns
- byte[]