|
|
|
Location:
x509certext.h
Link against: x509.lib
CX509SubjectKeyIdExt
Supported from 6.0
A X.509 certificate extension that provides a way of identifying certificates that contain a specific public key.
This is referred to as the subject key ID extension.
It consists of a key identifier value either derived fom the public key or by some method of generating unique IDs.
|
Defined in CX509SubjectKeyIdExt:
KeyId(), NewL(), NewL(), NewLC(), NewLC(), ~CX509SubjectKeyIdExt()
Inherited from CBase:
operator new()
Inherited from CX509ExtensionBase:
ConstructL(),
DoConstructL()
static CX509SubjectKeyIdExt* NewL(const TDesC8& aBinaryData);
Creates a new subject key ID extension object from the specified buffer containing the binary coded representation.
|
|
static CX509SubjectKeyIdExt* NewL(const TDesC8& aBinaryData, TInt& aPos);
Creates a new subject key ID extension object from the specified buffer containing the binary coded representation, starting at the specified offset.
|
|
static CX509SubjectKeyIdExt* NewLC(const TDesC8& aBinaryData);
Creates a new subject key ID extension object from the specified buffer containing the binary coded representation, and puts a pointer to it onto the cleanup stack.
|
|
static CX509SubjectKeyIdExt* NewLC(const TDesC8& aBinaryData, TInt& aPos);
Creates a new subject key ID 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.
|
|
~CX509SubjectKeyIdExt();
Destructor.
Frees all resources owned by the object, prior to its destruction.
TPtrC8 KeyId() const;
Gets the key ID.
|