public class CK_MECHANISM
extends java.lang.Object
PKCS#11 structure:
  typedef struct CK_MECHANISM {  
    CK_MECHANISM_TYPE mechanism;  
    CK_VOID_PTR pParameter;  
    CK_ULONG ulParameterLen;  
  } CK_MECHANISM;
 | Modifier and Type | Field and Description | 
|---|---|
long | 
mechanism
PKCS#11:
 
   CK_MECHANISM_TYPE mechanism;
  
 | 
java.lang.Object | 
pParameter
PKCS#11:
 
   CK_VOID_PTR pParameter;
   CK_ULONG ulParameterLen;
  
 | 
| Constructor and Description | 
|---|
CK_MECHANISM()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()
Returns the string representation of CK_MECHANISM. 
 |