Class Dstu7624WrapEngine
- Namespace
- Org.BouncyCastle.Crypto.Engines
- Assembly
- BouncyCastle.Cryptography.dll
public class Dstu7624WrapEngine : IWrapper
- Inheritance
-
Dstu7624WrapEngine
- Implements
- Inherited Members
Constructors
Dstu7624WrapEngine(int)
public Dstu7624WrapEngine(int blockSizeBits)
Parameters
blockSizeBitsint
Properties
AlgorithmName
The name of the algorithm this cipher implements.
public string AlgorithmName { get; }
Property Value
Methods
Init(bool, ICipherParameters)
public void Init(bool forWrapping, ICipherParameters parameters)
Parameters
forWrappingboolparametersICipherParameters
Unwrap(byte[], int, int)
public byte[] Unwrap(byte[] input, int inOff, int length)
Parameters
Returns
- byte[]
Wrap(byte[], int, int)
public byte[] Wrap(byte[] input, int inOff, int length)
Parameters
Returns
- byte[]