TCertificateAppInfo Class Reference
class TCertificateAppInfo |
Detailed Description
Information about a certificate application.
Certificate applications are used to represent classes of certificate use, for example Software Install, TLS, WTLS, WMLScript, SignText, etc.
CA Certificates are associated with zero or more applications, and this information is used to determine which certificates are used when building and validating certificate chains.
An application is identified by a UID. A TCertificateAppInfo contains this and the name of the application.
Constructor & Destructor Documentation
TCertificateAppInfo ( const TUid &, const TName & )
IMPORT_C | TCertificateAppInfo | ( | const TUid & | aUid, |
| const TName & | aName |
| ) | |
TCertificateAppInfo ( )
IMPORT_C | TCertificateAppInfo | ( | ) | |
Member Function Documentation
ExternalizeL ( RWriteStream & )
Id ( )
IMPORT_C const TUid & | Id | ( | ) | const |
InternalizeL ( RReadStream & )
Name ( )
IMPORT_C const TName & | Name | ( | ) | const |
operator= ( const TCertificateAppInfo & )