WinCrypt.CERT_CHAIN_ELEMENT.ByReference
@FieldOrder({"cbSize","pCertContext","TrustStatus","pRevocationInfo","pIssuanceUsage","pApplicationUsage","pwszExtendedErrorInfo"}) public static class WinCrypt.CERT_CHAIN_ELEMENT extends Structure
Modifier and Type | Class | Description |
---|---|---|
static class |
WinCrypt.CERT_CHAIN_ELEMENT.ByReference |
Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field | Description |
---|---|---|
int |
cbSize |
|
WinCrypt.CTL_USAGE.ByReference |
pApplicationUsage |
|
WinCrypt.CERT_CONTEXT.ByReference |
pCertContext |
|
WinCrypt.CTL_USAGE.ByReference |
pIssuanceUsage |
|
WinCrypt.CERT_REVOCATION_INFO.ByReference |
pRevocationInfo |
|
java.lang.String |
pwszExtendedErrorInfo |
|
WinCrypt.CERT_TRUST_STATUS |
TrustStatus |
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor | Description |
---|---|
CERT_CHAIN_ELEMENT() |
|
CERT_CHAIN_ELEMENT(Pointer p) |
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 int cbSize
public WinCrypt.CERT_CONTEXT.ByReference pCertContext
public WinCrypt.CERT_TRUST_STATUS TrustStatus
public WinCrypt.CERT_REVOCATION_INFO.ByReference pRevocationInfo
public WinCrypt.CTL_USAGE.ByReference pIssuanceUsage
public WinCrypt.CTL_USAGE.ByReference pApplicationUsage
public java.lang.String pwszExtendedErrorInfo
public CERT_CHAIN_ELEMENT()
public CERT_CHAIN_ELEMENT(Pointer p)