|
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.ExtractParameters
This class encapsulates parameters for Mechanisms.EXTRACT_KEY_FROM_KEY.
| Field Summary | |
protected long |
bitIndex_
The bit of the base key that should be used as the first bit of the derived key. |
| Constructor Summary | |
ExtractParameters(long bitIndex)
Create a new ExtractParameters object with the given bit index. |
|
| 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. |
long |
getBitIndex()
Get the bit of the base key that should be used as the first bit of the derived key. |
Object |
getPKCS11ParamsObject()
Get this parameters object as an Long object. |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable. |
void |
setBitIndex(long bitIndex)
Set the bit of the base key that should be used as the first bit of the derived key. |
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 long bitIndex_
| Constructor Detail |
public ExtractParameters(long bitIndex)
bitIndex - The bit of the base key that should be used as the first
bit of the derived key.| Method Detail |
public Object clone()
public Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Parameterspublic long getBitIndex()
public void setBitIndex(long bitIndex)
bitIndex - The bit of the base key that should be used as the first
bit of the derived key.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 | ||||||||||