| Modifier and Type | Field and Description |
|---|---|
protected long |
bitIndex
The bit of the base key that should be used as the first bit of the
derived key.
|
| Constructor and Description |
|---|
ExtractParams(long bitIndex)
Create a new ExtractParameters object with the given bit index.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected long bitIndex
public ExtractParams(long bitIndex)
bitIndex - The bit of the base key that should be used as the first bit of
the derived key.public Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Paramspublic 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)
Copyright © 2018. All rights reserved.