|
|
|
Location:
x509certext.h
Link against: x509.lib
CX509BasicConstraintsExt
Supported from 6.0
A X.509 certificate extension that defines basic constraints.
It indicates whether the certificate belongs to a Certificate Authority or an end Entity.
|
Defined in CX509BasicConstraintsExt:
IsCA(), MaxChainLength(), NewL(), NewL(), NewLC(), NewLC(), ~CX509BasicConstraintsExt()
Inherited from CBase:
operator new()
Inherited from CX509ExtensionBase:
ConstructL(),
DoConstructL()
static CX509BasicConstraintsExt* NewL(const TDesC8& aBinaryData);
Creates a new basic constraints certificate extension object from the specified buffer containing the binary coded representation.
|
|
static CX509BasicConstraintsExt* NewL(const TDesC8& aBinaryData, TInt& aPos);
Creates a new basic constraints certificate extension object from the specified buffer containing the binary coded representation, starting at the specified offset.
|
|
static CX509BasicConstraintsExt* NewLC(const TDesC8& aBinaryData);
Creates a new basic constraints certificate extension object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
|
|
static CX509BasicConstraintsExt* NewLC(const TDesC8& aBinaryData, TInt& aPos);
Creates a new basic constraints certificate extension object from the specified buffer containing the binary coded representation, starting at the specified offset, and puts a pointer to it onto the cleanup stack.
|
|
~CX509BasicConstraintsExt();
Destructor.
Frees all resources owned by the object, prior to its destruction.
TBool IsCA() const;
Tests whether the certificate belongs to a Certificate Authority.
|
TInt MaxChainLength() const;
Gets the maximum number of certificates that can follow this one in the chain.
|