Package com.nomagic.license.flexlm
Class VendorCode
- java.lang.Object
-
- com.sun.jna.Structure
-
- com.nomagic.license.flexlm.VendorCode
-
public class VendorCode extends com.sun.jna.Structure
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
behavior_ver
com.sun.jna.NativeLong[]
data
PublicKeyInfo[]
keyInfo
com.sun.jna.NativeLong[]
keys
byte[]
patch
short
revision
int
sign_level
int
signs
int
strength
com.sun.jna.NativeLong[]
trialKeys
short
type
short
version
-
Constructor Summary
Constructors Constructor Description VendorCode(com.nomagic.lic.flexlm.CameoInfo cameoInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List
getFieldOrder()
-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
-
-
-
Field Detail
-
type
public short type
-
data
public com.sun.jna.NativeLong[] data
-
keys
public com.sun.jna.NativeLong[] keys
-
version
public short version
-
revision
public short revision
-
patch
public byte[] patch
-
behavior_ver
public byte[] behavior_ver
-
trialKeys
public com.sun.jna.NativeLong[] trialKeys
-
signs
public int signs
-
strength
public int strength
-
sign_level
public int sign_level
-
keyInfo
public PublicKeyInfo[] keyInfo
-
-