|
|||||||||
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_CONTEXT
public class StructCERT_CONTEXT
Wrapper for structure CERT_CONTEXT
.
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_CONTEXT()
Creates a new instance of the structure, new native structure. |
|
StructCERT_CONTEXT(int address)
Creates a new instance of the structure, existing native structure. |
Method Summary | |
---|---|
NativeInt |
cbCertEncoded()
Returns the size (in bytes) of the encoded certificate at address pbCertEncoded. |
byte[] |
CertEncoded()
Returns the encoded certificate. |
StructCERT_INFO |
CertInfo()
Returns the StructCERT_INFO wrapper object associated with the CERT_INFO structure of this certificate. |
NativeInt |
dwCertEncodingType()
Returns the CryptoAPI certificate encoding type. |
NativeInt |
hCertStore()
Returns the handle of the certificate store |
NativeInt |
pbCertEncoded()
Returns the address of the encoded certificate. pbCertEncoded gives the size in bytes. |
NativeInt |
pCertInfo()
Returns the address of the native structure CERT_INFO of this certificate. |
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 final int lengthInBytes
Constructor Detail |
---|
public StructCERT_CONTEXT() throws NativeCallException
NativeCallException
public StructCERT_CONTEXT(int address) throws NativeCallException
NativeCallException
Method Detail |
---|
public NativeInt dwCertEncodingType() throws NativeCallException
NativeCallException
public NativeInt pbCertEncoded() throws NativeCallException
NativeCallException
public NativeInt cbCertEncoded() throws NativeCallException
NativeCallException
public NativeInt pCertInfo() throws NativeCallException
CertInfo
.
NativeCallException
public NativeInt hCertStore() throws NativeCallException
NativeCallException
public byte[] CertEncoded() throws NativeCallException
NativeCallException
public StructCERT_INFO CertInfo() throws NativeCallException
NativeCallException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |