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

java.lang.Object
  extended by org.apache.geronimo.util.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-2007 Apache Software Foundation. All Rights Reserved.