|
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
iaik.pkcs.pkcs11.parameters.RC2CbcParameters
This class encapsulates parameters for the algorithm Mechanism.RC2_CBC.
| Field Summary | |
protected byte[] |
initializationVector_
The initialization vector. |
| Fields inherited from class iaik.pkcs.pkcs11.parameters.RC2Parameters |
effectiveBits_ |
| Constructor Summary | |
RC2CbcParameters(long effectiveBits,
byte[] initializationVector)
Create a new RC2CbcParameters object with the given effective bits and the initialization vector. |
|
| 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. |
byte[] |
getInitializationVector()
Get the initialization vector. |
Object |
getPKCS11ParamsObject()
Get this parameters object as CK_RC2_CBC_PARAMS object. |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable. |
void |
setInitializationVector(byte[] initializationVector)
Set the initialization vector. |
String |
toString()
Returns the string representation of this object. |
| Methods inherited from class iaik.pkcs.pkcs11.parameters.RC2Parameters |
getEffectiveBits, setEffectiveBits |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected byte[] initializationVector_
| Constructor Detail |
public RC2CbcParameters(long effectiveBits,
byte[] initializationVector)
effectiveBits - The effective number of bits in the RC2 search space.initializationVector - The initialization vector.| Method Detail |
public Object clone()
clone in class RC2Parameterspublic Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface ParametersgetPKCS11ParamsObject in class RC2Parameterspublic byte[] getInitializationVector()
public void setInitializationVector(byte[] initializationVector)
initializationVector - The initialization vector.public String toString()
toString in class RC2Parameterspublic boolean equals(Object otherObject)
equals in class RC2ParametersotherObject - The other object to compare to.
public int hashCode()
hashCode in class RC2Parameters
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||