Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CertificatePublicKeyInfo

Information about the public key and the algorithm used by the public key.

Properties

Optional algorithm

algorithm: undefined | string

The algorithm identifier and parameters for the public key.

Optional exponent

exponent: undefined | number

The private key exponent. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional keySize

keySize: undefined | number

The number of bits in a key used by a cryptographic algorithm. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj