public class CK_MECHANISM extends 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:
|
Object |
pParameter
PKCS#11:
|
| Constructor and Description |
|---|
CK_MECHANISM() |
public long mechanism
CK_MECHANISM_TYPE mechanism;
public Object pParameter
CK_VOID_PTR pParameter; CK_ULONG ulParameterLen;
Copyright © 2023. All rights reserved.