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