Table of Contents

Interface IKeyUnwrapper

Namespace
Enterprises.Org.BouncyCastle.Crypto
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface IKeyUnwrapper

Properties

AlgorithmDetails

object AlgorithmDetails { get; }

Property Value

object

Methods

Unwrap(byte[], int, int)

IBlockResult Unwrap(byte[] cipherText, int offset, int length)

Parameters

cipherText byte[]
offset int
length int

Returns

IBlockResult