public class RC5CbcParameters extends RC5Parameters
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
initializationVector_
The initialization vector.
|
rounds_, wordSize_| Constructor and Description |
|---|
RC5CbcParameters(long wordSize,
long rounds,
byte[] initializationVector)
Create a new RC5CbcParameters object with the given word size, given rounds and the
initialization vector.
|
| 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.
|
byte[] |
getInitializationVector()
Get the initialization vector.
|
java.lang.Object |
getPKCS11ParamsObject()
Get this parameters object as an object of the CK_RC5_CBC_PARAMS class.
|
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.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
getRounds, getWordSize, setMacLength, setWordSizeprotected byte[] initializationVector_
public RC5CbcParameters(long wordSize,
long rounds,
byte[] initializationVector)
wordSize - The wordsize of RC5 cipher in bytes.rounds - The number of rounds of RC5 encipherment.initializationVector - The initialization vector.public java.lang.Object clone()
clone in class RC5Parameterspublic java.lang.Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface ParametersgetPKCS11ParamsObject in class RC5Parameterspublic byte[] getInitializationVector()
public void setInitializationVector(byte[] initializationVector)
initializationVector - The initialization vector.public java.lang.String toString()
toString in class RC5Parameterspublic boolean equals(java.lang.Object otherObject)
equals in class RC5ParametersotherObject - The other object to compare to.public int hashCode()
hashCode in class RC5ParametersIAIK 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