|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iaik.pkcs.pkcs11.parameters.RC5Parameters | +--iaik.pkcs.pkcs11.parameters.RC5CbcParameters
This class encapsulates parameters for the algorithms Mechanism.RC5_CBC and Mechanism.RC5_CBC_PAD.
Field Summary | |
protected byte[] |
initializationVector_
The initialization vector. |
Fields inherited from class iaik.pkcs.pkcs11.parameters.RC5Parameters |
rounds_, wordSize_ |
Constructor Summary | |
RC5CbcParameters(long wordSize,
long rounds,
byte[] initializationVector)
Create a new RC5CbcParameters object with the given word size, given rounds and the initialization vector. |
Method Summary | |
java.lang.Object |
clone()
Create a (deep) clone of this object. |
boolean |
equals(java.lang.Object otherObject)
Compares all member variables of this object with the other object. |
byte[] |
getInitializationVector()
Get the initialization vector. |
java.lang.Object |
getPKCS11ParamsObject()
Get this parameters object as an object of the CK_RC5_CBC_PARAMS class. |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable. |
void |
setInitializationVector(byte[] initializationVector)
Set the initialization vector. |
java.lang.String |
toString()
Returns the string representation of this object. |
Methods inherited from class iaik.pkcs.pkcs11.parameters.RC5Parameters |
getRounds, getWordSize, setMacLength, setWordSize |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected byte[] initializationVector_
Constructor Detail |
public RC5CbcParameters(long wordSize, long rounds, byte[] initializationVector)
wordSize
- The wordsize of RC5 cipher in bytes.rounds
- The number of rounds of RC5 encipherment.initializationVector
- The initialization vector.Method Detail |
public java.lang.Object clone()
clone
in class RC5Parameters
public java.lang.Object getPKCS11ParamsObject()
getPKCS11ParamsObject
in class RC5Parameters
public byte[] getInitializationVector()
public void setInitializationVector(byte[] initializationVector)
initializationVector
- The initialization vector.public java.lang.String toString()
toString
in class RC5Parameters
public boolean equals(java.lang.Object otherObject)
equals
in class RC5Parameters
otherObject
- The other object to compare to.public int hashCode()
hashCode
in class RC5Parameters
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |