SwiUI::CommonUI::CCUICertificateInfo Class Reference
class SwiUI::CommonUI::CCUICertificateInfo : public CBase |
This class represents a user viewable certificate.
Inherits from
- SwiUI::CommonUI::CCUICertificateInfo
Constructor & Destructor Documentation
CCUICertificateInfo()
IMPORT_C | CCUICertificateInfo | ( | ) | [protected] |
~CCUICertificateInfo()
IMPORT_C | ~CCUICertificateInfo | ( | ) | [virtual] |
Member Functions Documentation
BaseConstructL(const CX509Certificate &)
DigestAlgorithmL()
Gets the digest algorithm of the certificate.
- Since
- 3.0
EncodingL()
const TDesC8 & | EncodingL | ( | ) | const [virtual] |
Gets the full encoding of this certificate.
- Since
- 3.0
FingerprintL()
const TDesC8 & | FingerprintL | ( | ) | const [virtual] |
Gets the subject name of the certificate.
- Since
- 3.0
IsSelfSignedL()
TBool
| IsSelfSignedL | ( | ) | const [virtual] |
Indicates wheter this certificate is self signed.
- Since
- 3.0
IssuerNameL()
const TDesC & | IssuerNameL | ( | ) | const [virtual] |
Gets the issuer name of the certificate.
- Since
- 3.0
NewL(const CX509Certificate &)
PublicKeyAlgorithmL()
Gets the public key algorithm of the certificate.
- Since
- 3.0
SerialNumberL()
const TDesC8 & | SerialNumberL | ( | ) | const [virtual] |
Gets the subject name of the certificate.
- Since
- 3.0
SignatureL()
const TDesC8 & | SignatureL | ( | ) | const [virtual] |
Gets the signature of this certificate.
- Since
- 3.0
SubjectNameL()
const TDesC & | SubjectNameL | ( | ) | const [virtual] |
Gets the subject name of the certificate.
- Since
- 3.0
ValidFromL()
Gets the date the certificate is valid from.
- Since
- 3.0
ValidToL()
Gets the date the certificate is valid until.
- Since
- 3.0
X509Certificate()
Returns pointer to X509Certificate where this info is based on.
- Since
- 3.0
Member Data Documentation
CX509Certificate * iCertificate
HBufC8 * iSerialNumber
HBufC8 * | iSerialNumber | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.