Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CertificateSpecPrivateKeyEncoding

The private key cryptography standards (PKCS) encoding for this certificate's private key to be encoded in. If provided, allowed values are PKCS1 and PKCS8 standing for PKCS#1 and PKCS#8, respectively. Defaults to PKCS1 if not specified.

default

PKCS1` if not specified.

schema

CertificateSpecPrivateKeyEncoding

Index

Enumeration members

Enumeration members

PKCS1

PKCS1: = "PKCS1"

PKCS1

PKCS8

PKCS8: = "PKCS8"

PKCS8

Generated using TypeDoc