|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cardon.nativecall.NativeObject
be.cardon.nativecall.NativeStructure
be.cardon.nativecall.cryptoapi.StructCERT_SIMPLE_CHAIN
public class StructCERT_SIMPLE_CHAIN
Wrapper for structure CERT_SIMPLE_CHAIN
.
Field Summary | |
---|---|
static java.lang.Integer[] |
elementsSize
|
static int |
lengthInBytes
|
Fields inherited from class be.cardon.nativecall.NativeObject |
---|
BYTE_SIZE, INT_SIZE, LLC |
Constructor Summary | |
---|---|
StructCERT_SIMPLE_CHAIN()
Creates a new instance of the structure, new native structure. |
|
StructCERT_SIMPLE_CHAIN(int address)
Creates a new instance of the structure, existing native structure. |
Method Summary | |
---|---|
NativeInt |
cbSize()
MEMBERS FUNCTIONS |
NativeInt |
cElement()
|
NativeInt |
dwRevocationFreshnessTime()
|
StructCERT_CHAIN_ELEMENT[] |
element()
EXTENDED FUNCTIONS |
NativeBoolean |
fHasRevocationFreshnessTime()
|
NativeInt |
pTrustListInfo()
pointer to CERT_TRUST_LIST_INFO. |
NativeInt |
rgpElement()
return an address of a pointer to the CERT_CHAIN_ELEMENT (array). |
StructCERT_TRUST_STATUS |
TrustStatus()
|
Methods inherited from class be.cardon.nativecall.NativeStructure |
---|
checkStructSize, getAddressOfElement, getNativeObjectElement, getRelativeAddress, initStruct |
Methods inherited from class be.cardon.nativecall.NativeObject |
---|
finalize, getAddress, getLength, isReadOnly, setReadOnly |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Integer[] elementsSize
public static int lengthInBytes
Constructor Detail |
---|
public StructCERT_SIMPLE_CHAIN() throws NativeCallException
NativeCallException
public StructCERT_SIMPLE_CHAIN(int address) throws NativeCallException
NativeCallException
Method Detail |
---|
public NativeInt cbSize() throws NativeCallException
NativeCallException
public StructCERT_TRUST_STATUS TrustStatus() throws NativeCallException
NativeCallException
public NativeInt cElement() throws NativeCallException
NativeCallException
public NativeInt rgpElement() throws NativeCallException
NativeCallException
public NativeInt pTrustListInfo() throws NativeCallException
NativeCallException
public NativeBoolean fHasRevocationFreshnessTime() throws NativeCallException
NativeCallException
public NativeInt dwRevocationFreshnessTime() throws NativeCallException
NativeCallException
public StructCERT_CHAIN_ELEMENT[] element() throws NativeCallException
NativeCallException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |