Gjsify LogoGjsify Logo

The various format identifiers.

Index

Enumeration Members

ALL: number

Represents all the formats, when enabling or disabling

BASE64_SPKAC: number

OpenSSL style SPKAC data

DER_CERTIFICATE_X509: number

DER encoded X.509 certificate

DER_PKCS10: number

DER encoded PKCS#10 certificate request file

DER_PKCS12: number

DER encoded PKCS#12 file which can contain certificates and/or keys

DER_PKCS7: number

DER encoded PKCS#7 container file which can contain certificates

DER_PKCS8: number

DER encoded PKCS#8 file which can contain a key

DER_PKCS8_ENCRYPTED: number

Encrypted DER encoded PKCS#8 file which can contain a key

DER_PKCS8_PLAIN: number

Unencrypted DER encoded PKCS#8 file which can contain a key

DER_PRIVATE_KEY: number

DER encoded private key

DER_PRIVATE_KEY_DSA: number

DER encoded DSA private key

DER_PRIVATE_KEY_EC: number

DER encoded EC private key

DER_PRIVATE_KEY_RSA: number

DER encoded RSA private key

DER_SPKAC: number

DER encoded SPKAC as generated by HTML5 keygen element

DER_SUBJECT_PUBLIC_KEY: number

DER encoded SubjectPublicKeyInfo

INVALID: number

Not a valid format

OPENPGP_ARMOR: number

OpenPGP public or private key armor encoded data

OPENPGP_PACKET: number

OpenPGP key packet(s)

OPENSSH_PUBLIC: number

OpenSSH v1 or v2 public key

PEM: number

An OpenSSL style PEM file with unspecified contents

PEM_CERTIFICATE_X509: number

An OpenSSL style PEM file with an X.509 certificate

PEM_PKCS10: number

An OpenSSL style PEM file containing PKCS#10

PEM_PKCS12: number

An OpenSSL style PEM file containing PKCS#12

PEM_PKCS7: number

An OpenSSL style PEM file containing PKCS#7

PEM_PKCS8_ENCRYPTED: number

Encrypted OpenSSL style PEM file containing PKCS#8

PEM_PKCS8_PLAIN: number

Unencrypted OpenSSL style PEM file containing PKCS#8

PEM_PRIVATE_KEY: number

An OpenSSL style PEM file with a private key

PEM_PRIVATE_KEY_DSA: number

An OpenSSL style PEM file with a private DSA key

PEM_PRIVATE_KEY_EC: number

An OpenSSL style PEM file with a private EC key

PEM_PRIVATE_KEY_RSA: number

An OpenSSL style PEM file with a private RSA key

PEM_PUBLIC_KEY: number

An OpenSSL style PEM file containing a SubjectPublicKeyInfo

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