Table of Contents

Class KeyParameter

Namespace
Enterprises.Org.BouncyCastle.Crypto.Parameters
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class KeyParameter : ICipherParameters
Inheritance
KeyParameter
Implements
Derived
Inherited Members

Constructors

KeyParameter(byte[])

public KeyParameter(byte[] key)

Parameters

key byte[]

KeyParameter(byte[], int, int)

public KeyParameter(byte[] key, int keyOff, int keyLen)

Parameters

key byte[]
keyOff int
keyLen int

Methods

GetKey()

public byte[] GetKey()

Returns

byte[]