WinCrypt.CERT_CHAIN_CONTEXT.ByReference@FieldOrder({"cbSize","TrustStatus","cChain","rgpChain","cLowerQualityChainContext","rgpLowerQualityChainContext","fHasRevocationFreshnessTime","dwRevocationFreshnessTime","dwCreateFlags","ChainId"}) public static class WinCrypt.CERT_CHAIN_CONTEXT extends Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
WinCrypt.CERT_CHAIN_CONTEXT.ByReference |
Structure.ByValue, Structure.FieldOrder, Structure.StructField| Modifier and Type | Field | Description |
|---|---|---|
int |
cbSize |
|
int |
cChain |
|
Guid.GUID |
ChainId |
|
int |
cLowerQualityChainContext |
|
int |
dwCreateFlags |
|
int |
dwRevocationFreshnessTime |
|
boolean |
fHasRevocationFreshnessTime |
|
Pointer |
rgpChain |
|
Pointer |
rgpLowerQualityChainContext |
|
WinCrypt.CERT_TRUST_STATUS |
TrustStatus |
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE| Constructor | Description |
|---|---|
CERT_CHAIN_CONTEXT() |
| Modifier and Type | Method | Description |
|---|---|---|
WinCrypt.CERT_SIMPLE_CHAIN[] |
getRgpChain() |
|
WinCrypt.CERT_CHAIN_CONTEXT[] |
getRgpLowerQualityChainContext() |
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, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int cbSize
public WinCrypt.CERT_TRUST_STATUS TrustStatus
public int cChain
public Pointer rgpChain
public int cLowerQualityChainContext
public Pointer rgpLowerQualityChainContext
public boolean fHasRevocationFreshnessTime
public int dwRevocationFreshnessTime
public int dwCreateFlags
public Guid.GUID ChainId
public WinCrypt.CERT_SIMPLE_CHAIN[] getRgpChain()
public WinCrypt.CERT_CHAIN_CONTEXT[] getRgpLowerQualityChainContext()