IAIK PKCS#11 Wrapper
version 1.2.17

iaik.pkcs.pkcs11.wrapper
Class CK_VERSION

java.lang.Object
  extended byiaik.pkcs.pkcs11.wrapper.CK_VERSION

public class CK_VERSION
extends 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;
 


Field Summary
 byte major
          PKCS#11: CK_BYTE major;
 byte minor
          PKCS#11: CK_BYTE minor;
 
Constructor Summary
CK_VERSION()
           
 
Method Summary
 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
 

Field Detail

major

public byte major
PKCS#11:
   CK_BYTE major;
 


minor

public byte minor
PKCS#11:
   CK_BYTE minor;
 

Constructor Detail

CK_VERSION

public CK_VERSION()
Method Detail

toString

public String toString()
Returns the string representation of CK_VERSION.

Returns:
the string representation of CK_VERSION

IAIK PKCS#11 Wrapper
version 1.2.17

IAIK JavaSecurity Website http://jce.iaik.tugraz.at/

IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2002, IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved.