public class

CK_VERSION

extends Object
java.lang.Object
   ↳ sun.security.pkcs11.wrapper.CK_VERSION

Class Overview

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;
 

Summary

Fields
public byte major PKCS#11:
   CK_BYTE major;
 
public byte minor PKCS#11:
   CK_BYTE minor;
 
Public Constructors
CK_VERSION(int major, int minor)
Public Methods
String toString()
Returns the string representation of CK_VERSION.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public byte major

PKCS#11:

   CK_BYTE major;
 

public byte minor

PKCS#11:

   CK_BYTE minor;
 

Public Constructors

public CK_VERSION (int major, int minor)

Public Methods

public String toString ()

Returns the string representation of CK_VERSION.

Returns
  • the string representation of CK_VERSION