Gjsify LogoGjsify Logo

Enumeration CertificateChainStatus

The status of a built certificate chain. Will be set to %GCR_CERTIFICATE_CHAIN_UNKNOWN for certificate chains that have not been built.

Index

Enumeration Members

ANCHORED: number

The chain ends with an anchored certificate. The anchored certificate is not necessarily self-signed.

DISTRUSTED: number

The certificate chain contains a revoked or otherwise explicitly distrusted certificate. The entire chain should be distrusted.

INCOMPLETE: number

A full chain could not be loaded. The chain does not end with a self-signed certificate, a trusted anchor, or a pinned certificate.

PINNED: number

The chain represents a pinned certificate. A pinned certificate is an exception which trusts a given certificate explicitly for a purpose and communication with a certain peer.

SELFSIGNED: number

The chain ends with a self-signed certificate. No trust anchor was found.

UNKNOWN: number

The certificate chain's status is unknown. When a chain is not yet built it has this status. If a chain is modified after being built, it has this status.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method