Package com.sun.jna.platform.win32
Klasse Sspi.SecPkgContext_Sizes
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Sspi.SecPkgContext_Sizes
- Bekannte direkte Unterklassen:
Sspi.SecPkgContext_Sizes.ByReference
- Umschließende Schnittstelle:
Sspi
@FieldOrder({"cbMaxToken","cbMaxSignature","cbBlockSize","cbSecurityTrailer"})
public static class Sspi.SecPkgContext_Sizes
extends Structure
The SecPkgContext_Sizes structure indicates the sizes of important
structures used in the message support functions.
The Secur32.QueryContextAttributes(com.sun.jna.platform.win32.Sspi.CtxtHandle, int, com.sun.jna.Structure)
function uses this structure.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenVon Klasse geerbte verschachtelte Klassen/Schnittstellen com.sun.jna.Structure
Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungint
Specifies the preferred integral size of the messages.int
Specifies the maximum size of the signature created by the MakeSignature function.int
Specifies the maximum size of the security token used in the authentication exchanges.int
Size of the security trailer to be appended to messages.Von Klasse geerbte Felder com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden 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, 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, writeField
-
Felddetails
-
cbMaxToken
public int cbMaxTokenSpecifies the maximum size of the security token used in the authentication exchanges. -
cbMaxSignature
public int cbMaxSignatureSpecifies the maximum size of the signature created by the MakeSignature function. This member must be zero if integrity services are not requested or available. -
cbBlockSize
public int cbBlockSizeSpecifies the preferred integral size of the messages. For example, eight indicates that messages should be of size zero mod eight for optimal performance. Messages other than this block size can be padded. -
cbSecurityTrailer
public int cbSecurityTrailerSize of the security trailer to be appended to messages. This member should be zero if the relevant services are not requested or available.
-
-
Konstruktordetails
-
SecPkgContext_Sizes
public SecPkgContext_Sizes()
-
-
Methodendetails