Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CertificateSpecPrivateKeyAlgorithm

Algorithm is the private key algorithm of the corresponding private key for this certificate. If provided, allowed values are either RSA,Ed25519 or ECDSA If algorithm is specified and size is not provided, key size of 256 will be used for ECDSA key algorithm and key size of 2048 will be used for RSA key algorithm. key size is ignored when using the Ed25519 key algorithm.

schema

CertificateSpecPrivateKeyAlgorithm

Index

Enumeration members

Enumeration members

ECDSA

ECDSA: = "ECDSA"

ECDSA

ED25519

ED25519: = "Ed25519"

Ed25519

RSA

RSA: = "RSA"

RSA

Generated using TypeDoc