CCMSX509Validity Class Reference
| class CCMSX509Validity : public CCMSSequence |
X.509 Validity type module
ASN.1 definition: Validity ::= SEQUENCE {notBefore Time, notAfter Time }
Constructor & Destructor Documentation
CCMSX509Validity(const TTime &, const TTime &)
| IMPORT_C | CCMSX509Validity | ( | const TTime & | aNotBefore, |
| | const TTime & | aNotAfter |
| | ) | [protected] |
CCMSX509Validity()
| IMPORT_C | CCMSX509Validity | ( | ) | [protected] |
~CCMSX509Validity()
| ~CCMSX509Validity | ( | ) | [virtual] |
Member Functions Documentation
DecodeL(const TDesC8 &)
| void | DecodeL | ( | const TDesC8 & | aRawData | ) | |
Parameters
| const TDesC8 & aRawData | raw-data to be parsed in this instance |
NewL(const TTime &, const TTime &)
Parameters
| const TTime & aNotBefore | notBefore time |
| const TTime & aNotAfter | notAfter time |
NewL(const CValidityPeriod &)
Parameters
| const CValidityPeriod & aValidityPeriod | CValidityPeriod which the data is copied from. |
NotAfter()
| IMPORT_C const TTime & | NotAfter | ( | ) | const |
Getter for notAfter.
- Since
- 2.8
NotBefore()
| IMPORT_C const TTime & | NotBefore | ( | ) | const |
Getter for notBefore.
- Since
- 2.8
SetNotAfter(const TTime &)
| IMPORT_C void | SetNotAfter | ( | const TTime & | aNotAfter | ) | |
Setter for notAfter.
- Since
- 2.8
Parameters
| const TTime & aNotAfter | notAfter time |
SetNotBefore(const TTime &)
| IMPORT_C void | SetNotBefore | ( | const TTime & | aNotBefore | ) | |
Setter for notBefore.
- Since
- 2.8
Parameters
| const TTime & aNotBefore | notBefore time |
Member Data Documentation
TTime
iNotBefore
|
TTime
| iNotBefore | [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.