iaik.pkcs.pkcs11.wrapper
Class CK_VERSION
java.lang.Object
|
+--iaik.pkcs.pkcs11.wrapper.CK_VERSION
- public class CK_VERSION
- extends java.lang.Object
class CK_VERSION describes the version of a Cryptoki interface, a Cryptoki
library, or an SSL implementation, or the hardware or firmware version of a
slot or token.
PKCS#11 structure:
typedef struct CK_VERSION {
CK_BYTE major;
CK_BYTE minor;
} CK_VERSION;
- Author:
- Karl Scheibelhofer , Martin Schl??ffer
Field Summary |
byte |
major
PKCS#11:
|
byte |
minor
PKCS#11:
|
Method Summary |
java.lang.String |
toString()
Returns the string representation of CK_VERSION. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
major
public byte major
- PKCS#11:
CK_BYTE major;
minor
public byte minor
- PKCS#11:
CK_BYTE minor;
CK_VERSION
public CK_VERSION()
toString
public java.lang.String toString()
- Returns the string representation of CK_VERSION.
- Overrides:
toString
in class java.lang.Object
- Returns:
- the string representation of CK_VERSION
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2004, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.
version 1.2.18