public class RC2MacGeneralParameters extends RC2Parameters
Modifier and Type | Field and Description |
---|---|
protected long |
macLength_
The length of the MAC produced, in bytes.
|
effectiveBits_
Constructor and Description |
---|
RC2MacGeneralParameters(long effectiveBits,
long macLength)
Create a new RC2MacGeneralParameters object with the given effective bits and given MAC length.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object otherObject)
Compares all member variables of this object with the other object.
|
long |
getMacLength()
Get the length of the MAC produced, in bytes.
|
java.lang.Object |
getPKCS11ParamsObject()
Get this parameters object as an object of the CK_RC2_MAC_GENERAL_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.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
clone, getEffectiveBits, setEffectiveBits
public RC2MacGeneralParameters(long effectiveBits, long macLength)
effectiveBits
- The effective number of bits in the RC2 search space.macLength
- The length of the MAC produced, in bytes.public long getMacLength()
public java.lang.Object getPKCS11ParamsObject()
getPKCS11ParamsObject
in interface Parameters
getPKCS11ParamsObject
in class RC2Parameters
public void setMacLength(long macLength)
macLength
- The length of the MAC produced, in bytes.public java.lang.String toString()
toString
in class RC2Parameters
public boolean equals(java.lang.Object otherObject)
equals
in class RC2Parameters
otherObject
- The other object to compare to.public int hashCode()
hashCode
in class RC2Parameters
IAIK 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