IKeyUnwrapperUnwrap Method

Unwrap the passed in data.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
IBlockResult Unwrap(
	byte[] cipherText,
	int offset,
	int length
)

Parameters

cipherText  Byte
The array containing the data to be unwrapped.
offset  Int32
The offset into cipherText at which the unwrapped data starts.
length  Int32
The length of the data to be unwrapped.

Return Value

IBlockResult
an IBlockResult containing the unwrapped key data.

See Also