|
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.RC2Parameters
This class encapsulates parameters for the algorithms Mechanism.RC2_ECB and Mechanism.RC2_MAC.
Field Summary | |
protected long |
effectiveBits_
The effective number of bits in the RC2 search space. |
Constructor Summary | |
RC2Parameters(long effectiveBits)
Create a new RC2Parameters object with the given effective bits. |
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. |
long |
getEffectiveBits()
Get the effective number of bits in the RC2 search space. |
java.lang.Object |
getPKCS11ParamsObject()
Get this parameters object as Long object. |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable. |
void |
setEffectiveBits(long effectiveBits)
Set the effective number of bits in the RC2 search space. |
java.lang.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 effectiveBits_
Constructor Detail |
public RC2Parameters(long effectiveBits)
effectiveBits
- The effective number of bits in the RC2 search space.Method Detail |
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.Object getPKCS11ParamsObject()
getPKCS11ParamsObject
in interface Parameters
public long getEffectiveBits()
public void setEffectiveBits(long effectiveBits)
effectiveBits
- The effective number of bits in the RC2 search space.public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object otherObject)
equals
in class java.lang.Object
otherObject
- The other object to compare to.public int hashCode()
hashCode
in class java.lang.Object
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |