| Constructor and Description |
|---|
VersionParams(Version version)
Create a new VersionParameters object with the given version.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object otherObject)
Compares all member variables of this object with the other object.
|
Object |
getPKCS11ParamsObject()
Get this parameters object as a CK_VERSION object.
|
void |
setPKCS11ParamsObject(sun.security.pkcs11.wrapper.CK_VERSION input)
This method allows setting the major and minor version numbers using
a version object of the lower level API.
|
String |
toString() |
public VersionParams(Version version)
version - The version.public Object getPKCS11ParamsObject()
getPKCS11ParamsObject in interface Paramspublic void setPKCS11ParamsObject(sun.security.pkcs11.wrapper.CK_VERSION input)
input - The version object providing the major and minor version.public boolean equals(Object otherObject)
Copyright © 2018. All rights reserved.