be.cardon.nativecall.cryptoapi
Class StructCERT_INFO
java.lang.Object
be.cardon.nativecall.NativeObject
be.cardon.nativecall.NativeStructure
be.cardon.nativecall.cryptoapi.StructCERT_INFO
public class StructCERT_INFO
- extends NativeStructure
Wrapper for structure CERT_INFO
.
Constructor Summary |
StructCERT_INFO()
Creates a new instance of the structure, new native structure. |
StructCERT_INFO(int address)
Creates a new instance of the structure, existing native structure. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elementsSize
public static final java.lang.Integer[] elementsSize
lengthInBytes
public static final int lengthInBytes
- See Also:
- Constant Field Values
StructCERT_INFO
public StructCERT_INFO()
throws NativeCallException
- Creates a new instance of the structure, new native structure.
- Throws:
NativeCallException
StructCERT_INFO
public StructCERT_INFO(int address)
throws NativeCallException
- Creates a new instance of the structure, existing native structure.
- Throws:
NativeCallException
dwVersion
public NativeInt dwVersion()
throws NativeCallException
- MEMBERS FUNCTIONS
- Throws:
NativeCallException
SerialNumber
public StructCRYPT_INTEGER_BLOB SerialNumber()
throws NativeCallException
- Throws:
NativeCallException
SignatureAlgorithm
public NativeByteArray SignatureAlgorithm()
throws NativeCallException
- Throws:
NativeCallException
Issuer
public StructCERT_NAME_BLOB Issuer()
throws NativeCallException
- Throws:
NativeCallException
NotBefore
public NativeByteArray NotBefore()
throws NativeCallException
- Throws:
NativeCallException
NotAfter
public NativeByteArray NotAfter()
throws NativeCallException
- Throws:
NativeCallException
Subject
public StructCERT_NAME_BLOB Subject()
throws NativeCallException
- Throws:
NativeCallException
SubjectPublicKeyInfo
public NativeByteArray SubjectPublicKeyInfo()
throws NativeCallException
- Throws:
NativeCallException
IssuerUniqueId
public NativeByteArray IssuerUniqueId()
throws NativeCallException
- Throws:
NativeCallException
SubjectUniqueId
public NativeByteArray SubjectUniqueId()
throws NativeCallException
- Throws:
NativeCallException
cExtension
public NativeInt cExtension()
throws NativeCallException
- Throws:
NativeCallException
rgExtension
public NativeByteArray rgExtension()
throws NativeCallException
- Throws:
NativeCallException