Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public byte[] Unwrap(
	byte[] inBytes,
	int inOff,
	int inLen
)
Visual Basic
Public Function Unwrap ( _
	inBytes As Byte(), _
	inOff As Integer, _
	inLen As Integer _
) As Byte()
Visual C++
public:
virtual array<unsigned char>^ Unwrap(
	array<unsigned char>^ inBytes, 
	int inOff, 
	int inLen
) sealed

Parameters

inBytes
Type: array<System..::..Byte>[]()[][]
inOff
Type: System..::..Int32
inLen
Type: System..::..Int32

Implements

IWrapper..::..Unwrap(array<Byte>[]()[][], Int32, Int32)

See Also