CPKIFValidity Class Reference

#include <Validity.h>

Collaboration diagram for CPKIFValidity:

Collaboration graph
[legend]

List of all members.


Detailed Description

The CPKIFValidity class provides an interface to the validity structure present in X.509 certificates that defines the period in which a certificate may be considered valid.

TSP-enforcing: No

Definition at line 31 of file Validity.h.


Public Member Functions

 CPKIFValidity ()
 CPKIFValidity (const CPKIFTimePtr &notBefore, const CPKIFTimePtr &notAfter)
 The function creates an instance of CPKIFValidity.
virtual ~CPKIFValidity ()
CPKIFTimePtr notBefore () const
CPKIFTimePtr notAfter () const

Constructor & Destructor Documentation

CPKIFValidity::CPKIFValidity (  ) 

Interface: External

Default constructor

Returns:
None

Definition at line 29 of file Validity.cpp.

CPKIFValidity::CPKIFValidity ( const CPKIFTimePtr &  notBefore,
const CPKIFTimePtr &  notAfter 
)

The function creates an instance of CPKIFValidity.

Interface: External

This function creates an instance of CPKIFValidity

Returns:
None
Parameters:
notBefore  [in] A reference to a smart pointer to CPKIFTime object which contains the notBefore time
notAfter  [in] A reference to a smart pointer to CPKIFTime object which contains the notAfter time

Definition at line 49 of file Validity.cpp.

References CPKIFTime.

CPKIFValidity::~CPKIFValidity (  )  [virtual]

Interface: External

he function destroys an instance of CPKIFValidity

Returns:
None

Definition at line 75 of file Validity.cpp.


Member Function Documentation

CPKIFTimePtr CPKIFValidity::notBefore (  )  const

Interface: External

This function returns a smart pointer to a CPKIFTime object containing the value of the notBefore property from a validity object

Returns:
A smart pointer to a CPKIFTime object containing the value of the notBefore property from a validity object.

Definition at line 92 of file Validity.cpp.

CPKIFTimePtr CPKIFValidity::notAfter (  )  const

Interface: External

This function returns a smart pointer to a CPKIFTime object containing the value of the notAfter property from a validity object

Returns:
A smart pointer to a CPKIFTime object containing the value of the notAfter property from a validity object.

Definition at line 104 of file Validity.cpp.


The documentation for this class was generated from the following files:

Generated on Mon Nov 15 11:20:48 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6