@Structure.FieldOrder(value={"hostname","username","password","certFile","keyFile","caFile","insecureSkipTlsVerify","plainHttp","debug"})
public class RegistryOptions
extends com.sun.jna.Structure
| Modifier and Type | Field and Description |
|---|---|
String |
caFile |
String |
certFile |
int |
debug |
String |
hostname |
int |
insecureSkipTlsVerify |
String |
keyFile |
String |
password |
int |
plainHttp |
String |
username |
| Constructor and Description |
|---|
RegistryOptions(String hostname,
String username,
String password,
String certFile,
String keyFile,
String caFile,
int insecureSkipTlsVerify,
int plainHttp,
int debug) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic String hostname
public String username
public String password
public String certFile
public String keyFile
public String caFile
public int insecureSkipTlsVerify
public int plainHttp
public int debug
Copyright © 2024. All rights reserved.