@FieldOrder({"sSignatureAlgorithmName","sEncryptAlgorithmName","KeySize","SignatureAlgorithm","EncryptAlgorithm"}) public static class Sspi.SecPkgContext_KeyInfo extends Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field | Description |
---|---|---|
int |
EncryptAlgorithm |
Specifies the algorithm identifier (ALG_ID) used for encrypting messages.
|
int |
KeySize |
Specifies the effective key length, in bits, for the session key.
|
Pointer |
sEncryptAlgorithmName |
Name, if available, of the algorithm used for encrypting messages.
|
int |
SignatureAlgorithm |
Specifies the algorithm identifier (ALG_ID) used for generating signatures, if available.
|
Pointer |
sSignatureAlgorithmName |
Name, if available, of the algorithm used for generating signatures, for example "MD5" or "SHA-2".
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor | Description |
---|---|
SecPkgContext_KeyInfo() |
Modifier and Type | Method | Description |
---|---|---|
void |
free() |
|
java.lang.String |
getEncryptAlgorithmName() |
|
java.lang.String |
getSignatureAlgorithmName() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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, writeField
public Pointer sSignatureAlgorithmName
public Pointer sEncryptAlgorithmName
public int KeySize
public int SignatureAlgorithm
public int EncryptAlgorithm