Interface IKeyWrapper
- Namespace
- Org.BouncyCastle.Crypto
- Assembly
- BouncyCastle.Cryptography.dll
Base interface for a key wrapper.
public interface IKeyWrapper
Properties
AlgorithmDetails
The parameter set used to configure this key wrapper.
object AlgorithmDetails { get; }
Property Value
Methods
Wrap(byte[])
Wrap the passed in key data.
IBlockResult Wrap(byte[] keyData)
Parameters
keyDatabyte[]The key data to be wrapped.
Returns
- IBlockResult
an IBlockResult containing the wrapped key data.