public class CK_C_INITIALIZE_ARGS extends Pkcs11Structure
Modifier and Type | Field and Description |
---|---|
Pointer |
CreateMutex |
Pointer |
DestroyMutex |
NativeLong |
flags |
Pointer |
LockMutex |
Pointer |
pReserved |
Pointer |
UnlockMutex |
Constructor and Description |
---|
CK_C_INITIALIZE_ARGS() |
CK_C_INITIALIZE_ARGS(NativeLong flags) |
CK_C_INITIALIZE_ARGS(Pointer CreateMutex,
Pointer DestroyMutex,
Pointer LockMutex,
Pointer UnlockMutex,
NativeLong flags,
Pointer pReserved) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public Pointer CreateMutex
public Pointer DestroyMutex
public Pointer LockMutex
public Pointer UnlockMutex
public NativeLong flags
public Pointer pReserved
public CK_C_INITIALIZE_ARGS()
public CK_C_INITIALIZE_ARGS(NativeLong flags)
public CK_C_INITIALIZE_ARGS(Pointer CreateMutex, Pointer DestroyMutex, Pointer LockMutex, Pointer UnlockMutex, NativeLong flags, Pointer pReserved)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.