Interface IWrapper
- Namespace
- Org.BouncyCastle.Crypto
- Assembly
- BouncyCastle.Cryptography.dll
public interface IWrapper
Properties
AlgorithmName
The name of the algorithm this cipher implements.
string AlgorithmName { get; }
Property Value
Methods
Init(bool, ICipherParameters)
void Init(bool forWrapping, ICipherParameters parameters)
Parameters
forWrappingboolparametersICipherParameters
Unwrap(byte[], int, int)
byte[] Unwrap(byte[] input, int inOff, int length)
Parameters
Returns
- byte[]
Wrap(byte[], int, int)
byte[] Wrap(byte[] input, int inOff, int length)
Parameters
Returns
- byte[]