Sspi.SecPkgContext_Sizes.ByReference@FieldOrder({"cbMaxToken","cbMaxSignature","cbBlockSize","cbSecurityTrailer"}) public static class Sspi.SecPkgContext_Sizes extends Structure
The Secur32.QueryContextAttributes(com.sun.jna.platform.win32.Sspi.CtxtHandle, int, com.sun.jna.Structure) function uses this structure.
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Sspi.SecPkgContext_Sizes.ByReference |
Structure.ByValue, Structure.FieldOrder, Structure.StructField| Modifier and Type | Field | Description |
|---|---|---|
int |
cbBlockSize |
Specifies the preferred integral size of the messages.
|
int |
cbMaxSignature |
Specifies the maximum size of the signature created by the MakeSignature function.
|
int |
cbMaxToken |
Specifies the maximum size of the security token used in the authentication exchanges.
|
int |
cbSecurityTrailer |
Size of the security trailer to be appended to messages.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE| Constructor | Description |
|---|---|
SecPkgContext_Sizes() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
If
jna.dump_memory is true, will include a native memory dump
of the Structure's backing memory. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitallocateMemory, 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, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int cbMaxToken
public int cbMaxSignature
public int cbBlockSize
public int cbSecurityTrailer