org.bouncycastle.crypto.params
Class KeyParameter

java.lang.Object
  extended by org.bouncycastle.crypto.params.KeyParameter
All Implemented Interfaces:
CipherParameters

public class KeyParameter
extends Object
implements CipherParameters


Constructor Summary
KeyParameter(byte[] par1ArrayOfByte)
           
KeyParameter(byte[] par1ArrayOfByte, int par2, int par3)
           
 
Method Summary
 byte[] getKey()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyParameter

public KeyParameter(byte[] par1ArrayOfByte)

KeyParameter

public KeyParameter(byte[] par1ArrayOfByte,
                    int par2,
                    int par3)
Method Detail

getKey

public byte[] getKey()