public class CK_MECHANISM extends Pkcs11Structure
Modifier and Type | Field and Description |
---|---|
NativeLong |
mechanism |
Pointer |
pParameter |
NativeLong |
ulParameterLen |
Constructor and Description |
---|
CK_MECHANISM() |
CK_MECHANISM(java.lang.Long mech) |
CK_MECHANISM(NativeLong mech,
Pointer pParam,
NativeLong ulParamLen) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public NativeLong mechanism
public Pointer pParameter
public NativeLong ulParameterLen
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.