|
IAIK PKCS#11 Wrapper version 1.2.17 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.pkcs.pkcs11.parameters.InitializationVectorParameters
This class encapsulates parameters for general block ciphers in CBC mode. Those are all Mechanism.*_CBC and Mechanism.*_CBC_PAD mechanisms. This class also applies to other mechanisms which require just an initialization vector as parameter.
Field Summary | |
protected byte[] |
initializationVector_
The initialization vector. |
Constructor Summary | |
InitializationVectorParameters(byte[] initializationVector)
Create a new InitializationVectorParameters object with the given 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 a byte array. |
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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected byte[] initializationVector_
Constructor Detail |
public InitializationVectorParameters(byte[] initializationVector)
initializationVector
- The initialization vector.Method Detail |
public Object clone()
public Object getPKCS11ParamsObject()
getPKCS11ParamsObject
in interface Parameters
public byte[] getInitializationVector()
public void setInitializationVector(byte[] initializationVector)
initializationVector
- The initialization vector.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.17 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |