org.bouncycastle.crypto.params

Class KeyParameter

public class KeyParameter extends Object implements CipherParameters

Constructor Summary
KeyParameter(byte[] key)
KeyParameter(byte[] key, int keyOff, int keyLen)
Method Summary
byte[]getKey()

Constructor Detail

KeyParameter

public KeyParameter(byte[] key)

KeyParameter

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

Method Detail

getKey

public byte[] getKey()