public class DHPkcsDeriveParameters extends Object implements Parameters
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
publicValue
The initialization vector.
|
| Constructor and Description |
|---|
DHPkcsDeriveParameters(byte[] publicValue)
Create a new DHPkcsDeriveParameters object with the given public value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObject)
Compares all member variables of this object with the other object.
|
byte[] |
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.
|
String |
toString()
Returns the string representation of this object.
|
public DHPkcsDeriveParameters(byte[] publicValue)
publicValue - The public value of the other party in the key agreement
protocol.public byte[] 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 String toString()
public boolean equals(Object otherObject)
Copyright © 2020. All rights reserved.