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