public class TLSPRFParameters extends Object implements Parameters
| Constructor and Description |
|---|
TLSPRFParameters(byte[] seed,
byte[] label,
byte[] output) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObject) |
sun.security.pkcs11.wrapper.CK_TLS_PRF_PARAMS |
getPKCS11ParamsObject()
Get this parameters object as an object of the corresponding *_PARAMS
class of the sun.security.pkcs11.wrapper package.
|
int |
hashCode() |
String |
toString() |
public TLSPRFParameters(byte[] seed,
byte[] label,
byte[] output)
public sun.security.pkcs11.wrapper.CK_TLS_PRF_PARAMS getPKCS11ParamsObject()
ParametersgetPKCS11ParamsObject in interface ParametersCopyright © 2022. All rights reserved.