org.apache.geronimo.crypto.crypto.params
Class ParametersWithSBox

java.lang.Object
  extended by org.apache.geronimo.crypto.crypto.params.ParametersWithSBox
All Implemented Interfaces:
CipherParameters

public class ParametersWithSBox
extends Object
implements CipherParameters


Constructor Summary
ParametersWithSBox(CipherParameters parameters, byte[] sBox)
           
 
Method Summary
 CipherParameters getParameters()
           
 byte[] getSBox()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParametersWithSBox

public ParametersWithSBox(CipherParameters parameters,
                          byte[] sBox)
Method Detail

getSBox

public byte[] getSBox()

getParameters

public CipherParameters getParameters()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.