|
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.KeyDerivationStringDataParameters
This class encapsulates parameters for several key derivation mechanisms that need string data as parameter.
| Field Summary | |
protected byte[] |
data_
The data. |
| Constructor Summary | |
KeyDerivationStringDataParameters(byte[] data)
Create a new KeyDerivationStringDataParameters object with the given data. |
|
| 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[] |
getData()
Get the string data. |
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 |
setData(byte[] data)
Set the string data. |
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[] data_
| Constructor Detail |
public KeyDerivationStringDataParameters(byte[] data)
data - The string data.| Method Detail |
public Object clone()
public Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Parameterspublic byte[] getData()
public void setData(byte[] data)
data - The string data.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.16 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||