Table of Contents

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

object

Methods

Wrap(byte[])

Wrap the passed in key data.

IBlockResult Wrap(byte[] keyData)

Parameters

keyData byte[]

The key data to be wrapped.

Returns

IBlockResult

an IBlockResult containing the wrapped key data.