public class RC2Parameters extends java.lang.Object implements Parameters
| Modifier and Type | Field and Description |
|---|---|
protected long |
effectiveBits_
The effective number of bits in the RC2 search space.
|
| Constructor and Description |
|---|
RC2Parameters(long effectiveBits)
Create a new RC2Parameters object with the given effective bits.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected long effectiveBits_
public RC2Parameters(long effectiveBits)
effectiveBits - The effective number of bits in the RC2 search space.public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Parameterspublic 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.Objectpublic boolean equals(java.lang.Object otherObject)
equals in class java.lang.ObjectotherObject - The other object to compare to.public int hashCode()
hashCode in class java.lang.ObjectIAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9