|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cardon.cryptoapi.CAPICertificateChain
public class CAPICertificateChain
Simple certificate chain.
Constructor Summary | |
---|---|
CAPICertificateChain(CAPICertificate cert)
Creates a new instance of CAPICertificateChain, using standard chain engine, and without any criterion (see MSDN documentation). |
Method Summary | |
---|---|
void |
finalize()
|
CAPICertificate[] |
getCertificateChain()
returns a first certificate chain. |
StructCERT_CHAIN_CONTEXT |
GetNativeStructChainContext()
Returns the native chain context CERT_CHAIN_CONTEXT structure |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CAPICertificateChain(CAPICertificate cert) throws CryptoAPIException
CryptoAPIException
Method Detail |
---|
public StructCERT_CHAIN_CONTEXT GetNativeStructChainContext()
public CAPICertificate[] getCertificateChain() throws CryptoAPIException
CryptoAPIException
public void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |