Package com.nomagic.license.flexlm
Class VendorCode
- java.lang.Object
-
- com.sun.jna.Structure
-
- com.nomagic.license.flexlm.VendorCode
-
@OpenApiAll public class VendorCode extends com.sun.jna.Structure
-
-
Field Summary
Fields Modifier and Type Field Description byte[]behavior_vercom.sun.jna.NativeLong[]dataPublicKeyInfo[]keyInfocom.sun.jna.NativeLong[]keysbyte[]patchshortrevisionintsign_levelintsignsintstrengthcom.sun.jna.NativeLong[]trialKeysshorttypeshortversion
-
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.ListgetFieldOrder()-
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
-
-