|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.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 | |
Object |
clone()
Create a (deep) clone of this object. |
boolean |
equals(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. |
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. |
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 Object clone()
public 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 String toString()
public boolean equals(Object otherObject)
otherObject
- The other object to compare to.
public int hashCode()
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |