|
|
|
Location:
x509certext.h
Link against: x509.lib
CX509AltNameExt
Supported from 6.0
A X.509 certificate extension that defines an alternate name.
It appears as an Issuer Alt Name extension or a Subject Alt Name extension and is used to contain extra identifying information that will not fit into a Distinguished Name.
It consists of an array of X.509 General Names.
|
Defined in CX509AltNameExt:
AltName(), Match(), NewL(), NewL(), NewLC(), NewLC(), ~CX509AltNameExt()
Inherited from CBase:
operator new()
Inherited from CX509ExtensionBase:
ConstructL(),
DoConstructL()
static CX509AltNameExt* NewL(const TDesC8& aBinaryData);
Creates a new alternate name certificate extension object from the specified buffer containing the binary coded representation.
|
|
static CX509AltNameExt* NewL(const TDesC8& aBinaryData, TInt& aPos);
Creates a new alternate name certificate extension object from the specified buffer containing the binary coded representation, starting at the specified offset.
|
|
static CX509AltNameExt* NewLC(const TDesC8& aBinaryData);
Creates a new alternate name certificate extension object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
|
|
static CX509AltNameExt* NewLC(const TDesC8& aBinaryData, TInt& aPos);
Creates a new alternate name 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.
|
|
~CX509AltNameExt();
Destructor.
Frees all resources owned by the object, prior to its destruction.
const CArrayPtrFlat<CX509GeneralName>& AltName() const;
Gets a reference to the array of general names that forms the alternate name extension.
|
TBool Match(const CX509AltNameExt& aExt) const;
This function is not fully implemented and always returns false.