|
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
iaik.pkcs.pkcs11.parameters.RC5MacGeneralParameters
This class encapsulates parameters for the algorithms Mechanism.RC5_MAC_GENERAL.
Field Summary | |
protected long |
macLength_
The length of the MAC produced, in bytes. |
Fields inherited from class iaik.pkcs.pkcs11.parameters.RC5Parameters |
rounds_, wordSize_ |
Constructor Summary | |
RC5MacGeneralParameters(long wordSize,
long rounds,
long macLength)
Create a new RC5MacGeneralParameters object with the given word size, given rounds and the MAC length. |
Method Summary | |
boolean |
equals(Object otherObject)
Compares all member variables of this object with the other object. |
long |
getMacLength()
Get the length of the MAC produced, in bytes. |
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 |
setMacLength(long macLength)
Set the length of the MAC produced, in bytes. |
String |
toString()
Returns the string representation of this object. |
Methods inherited from class iaik.pkcs.pkcs11.parameters.RC5Parameters |
clone, getRounds, getWordSize, setWordSize |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected long macLength_
Constructor Detail |
public RC5MacGeneralParameters(long wordSize, long rounds, long macLength)
wordSize
- The wordsize of RC5 cipher in bytes.rounds
- The number of rounds of RC5 encipherment.macLength
- The requested length of the MAC.Method Detail |
public Object getPKCS11ParamsObject()
getPKCS11ParamsObject
in interface Parameters
getPKCS11ParamsObject
in class RC5Parameters
public long getMacLength()
public void setMacLength(long macLength)
setMacLength
in class RC5Parameters
macLength
- The length of the MAC produced, in bytes.public String toString()
toString
in class RC5Parameters
public boolean equals(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.17 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |