|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--iaik.pkcs.pkcs11.parameters.DHPkcsDeriveParameters
This class encapsulates parameters for the algorithms Mechanism.DH_PKCS_DERIVE.
| Field Summary | |
protected byte[] |
publicValue_
The initialization vector. |
| Constructor Summary | |
DHPkcsDeriveParameters(byte[] publicValue)
Create a new DHPkcsDeriveParameters object with the given public value. |
|
| Method Summary | |
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. |
java.lang.Object |
getPKCS11ParamsObject()
Get this parameters object as a byte array. |
byte[] |
getPublicValue()
Get the public value of the other party in the key agreement protocol. |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable. |
void |
setPublicValue(byte[] publicValue)
Set the public value of the other party in the key agreement protocol. |
java.lang.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[] publicValue_
| Constructor Detail |
public DHPkcsDeriveParameters(byte[] publicValue)
publicValue - The public value of the other party in the key agreement
protocol.| Method Detail |
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Parameterspublic byte[] getPublicValue()
public void setPublicValue(byte[] publicValue)
publicValue - The public value of the other party in the key agreement
protocol.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object otherObject)
equals in class java.lang.ObjectotherObject - The other object to compare to.public int hashCode()
hashCode in class java.lang.Object
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||