public class CK_MECHANISM_INFO extends Pkcs11Structure
Modifier and Type | Field and Description |
---|---|
NativeLong |
flags |
NativeLong |
ulMaxKeySize |
NativeLong |
ulMinKeySize |
Constructor and Description |
---|
CK_MECHANISM_INFO() |
CK_MECHANISM_INFO(NativeLong minKeySize,
NativeLong maxKeySize,
NativeLong flags) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public NativeLong ulMinKeySize
public NativeLong ulMaxKeySize
public NativeLong flags
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.