AttCertValidityPeriod
Represents the AttCertValidityPeriod structure described in RFC5755 Section 4.1
Extends
Implements
Constructors
Constructor
new AttCertValidityPeriod(
parameters?):AttCertValidityPeriod
Initializes a new instance of the AttCertValidityPeriod class
Parameters
parameters?
AttCertValidityPeriodParameters = {}
Initialization parameters
Returns
AttCertValidityPeriod
Overrides
Properties
notAfterTime
notAfterTime:
Date
Implementation of
IAttCertValidityPeriod.notAfterTime
notBeforeTime
notBeforeTime:
Date
Implementation of
IAttCertValidityPeriod.notBeforeTime
CLASS_NAME
staticCLASS_NAME:string="AttCertValidityPeriod"
Name of the class
Overrides
Accessors
className
Get Signature
get className():
string