Options
All
  • Public
  • Public/Protected
  • All
Menu

Object with returned certificate informations.

Each property on the PkiBrazilModel and PkiItalyModel objects may be null, but the objects themselves (cert.pkiBrazil or cert.pkiItaly) are never null.

Hierarchy

  • CertificateModel

Index

Properties

certificatePolicies

certificatePolicies: CertificatePolicyModel[]

Array with certificate policies info

email

email: string

The subject e-mail address.

extendedKeyUsage

extendedKeyUsage: ExtendedKeyUsagesModel

Object with boolean properties indicating wether each possible EXTENDED key usage is set on the certificate.

Optional isRemote

isRemote: boolean

true if the certificate is stored on Web PKI mobile app. null or false otherwise.

issuerDN

issuerDN: string

The issuer Distinguished Name (DN) formatted string

issuerName

issuerName: string

The Common Name (CN) part of the certificate's issuer name field.

keyUsage

keyUsage: KeyUsagesModel

Object with boolean properties indicating wether each possible key usage is set on the certificate.

pkiArgentina

pkiArgentina: PkiArgentinaModel

Object with Argentina-specific fields.

pkiBrazil

pkiBrazil: PkiBrazilModel

Object with Brazil-specific fields.

pkiEcuador

pkiEcuador: PkiEcuadorModel

Object with Ecuador-specific fields.

pkiItaly

pkiItaly: PkiItalyModel

Object with Italy-specific fields.

pkiParaguay

pkiParaguay: PkiParaguayModel

Object with Paraguay-specific fields.

pkiPeru

pkiPeru: PkiPeruModel

Object with Peru-specific fields.

subjectDN

subjectDN: string

The subject Distinguished Name (DN) formatted string

subjectName

subjectName: string

The Common Name (CN) part of the certificate's subject DN name field.

thumbprint

thumbprint: string

The SHA-256 thumbprint (Base64 encoded) of the certificate's DER encoding. Used to reference the certificate on subsequent calls.

validityEnd

validityEnd: Date

The not after field of the certificate.

validityStart

validityStart: Date

The not before field of the certificate.

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

Generated using TypeDoc