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