public class IVParams extends Object implements Params
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
iv
The initialization vector.
|
| Constructor and Description |
|---|
IVParams(byte[] iv)
Create a new InitializationVectorParameters object with the given
initialization vector.
|
| Modifier and Type | Method and Description |
|---|---|
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[] iv)
Set the initialization vector.
|
String |
toString()
Returns the string representation of this object.
|
public IVParams(byte[] iv)
iv - The initialization vector.public Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Paramspublic byte[] getInitializationVector()
public void setInitializationVector(byte[] iv)
iv - The initialization vector.public String toString()
public boolean equals(Object otherObject)
Copyright © 2018. All rights reserved.