|
|
|
Location:
x509certchain.h
Link against: x509.lib
CX509CertChain
Supported from 6.0
Abstract base class for x509 certificate chain validation.
|
Defined in CX509CertChain:
Cert(), Count(), DecodeCertsL(), ~CX509CertChain()
Inherited from CBase:
operator new()
~CX509CertChain();
Destructor.
Frees all resources owned by the object, prior to its destruction.
TInt Count() const;
Gets the number of certificates.
|
const CX509Certificate& Cert(TInt aIndex) const;
Gets a certificate index.
|
|
CArrayPtrFlat<CX509Certificate>* CX509CertChain::DecodeCertsL(const TDesC8& aBinaryData);
Decodes the individual elements of the signed data to construct the certificate.
|
|