public class OpaqueParameters extends Object implements Parameters
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
| Constructor and Description |
|---|
OpaqueParameters(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObject) |
byte[] |
getBytes()
Get the public value of the other party in the key agreement protocol.
|
byte[] |
getPKCS11ParamsObject()
Get this parameters object as a byte array.
|
int |
hashCode() |
void |
setBytes(byte[] bytes) |
String |
toString() |
public byte[] getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Parameterspublic byte[] getBytes()
public void setBytes(byte[] bytes)
Copyright © 2022. All rights reserved.