Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SecurityDetails

Index

Methods

issuer

  • issuer(): string
  • A string with the name of issuer of the certificate. (e.g. "Let's Encrypt Authority X3").

    Returns string

protocol

  • protocol(): string
  • String with the security protocol (e.g. TLS 1.2).

    Returns string

subjectName

  • subjectName(): string
  • Name of the subject to which the certificate was issued to (e.g. "www.example.com").

    Returns string

validFrom

  • validFrom(): number
  • Timestamp stating the start of validity of the certificate.

    Returns number

validTo

  • validTo(): number
  • Timestamp stating the end of validity of the certificate.

    Returns number

Generated using TypeDoc