public class ExtractParameters extends Object implements Parameters
| 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 |
|---|
ExtractParameters(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.
|
Long |
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 ExtractParameters(long bitIndex)
bitIndex - The bit of the base key that should be used as the first bit of
the derived key.public Long 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)
Copyright © 2020. All rights reserved.