Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Validity

An object that describes a period of time during which an entity is valid. If this is not provided when you create a certificate, the validity of the issuing CA is used.

Properties

timeOfValidityNotAfter

timeOfValidityNotAfter: Date

The date on which the certificate validity period ends, expressed in RFC 3339 timestamp format. Example: {@code 2019-04-03T21:10:29.600Z}

Optional timeOfValidityNotBefore

timeOfValidityNotBefore: Date

The date on which the certificate validity period begins, expressed in RFC 3339 timestamp format. Example: {@code 2019-04-03T21:10:29.600Z}

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Validity): object

getJsonObj