public class CK_INFO extends Pkcs11Structure
Modifier and Type | Field and Description |
---|---|
CK_VERSION |
cryptokiVersion |
NativeLong |
flags |
byte[] |
libraryDescription |
CK_VERSION |
libraryVersion |
byte[] |
manufacturerID |
Constructor and Description |
---|
CK_INFO() |
CK_INFO(CK_VERSION cryptoVer,
byte[] vendor,
NativeLong flags,
byte[] libDesc,
CK_VERSION libVer) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public CK_VERSION cryptokiVersion
public byte[] manufacturerID
public NativeLong flags
public byte[] libraryDescription
public CK_VERSION libraryVersion
public CK_INFO()
public CK_INFO(CK_VERSION cryptoVer, byte[] vendor, NativeLong flags, byte[] libDesc, CK_VERSION libVer)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.