Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Certificate

Index

Methods

exportChallenge

  • Parameters

    Returns Buffer

    The challenge component of the spkac data structure, which includes a public key and a challenge.

exportPublicKey

  • Parameters

    • spkac: BinaryLike
    • Optional encoding: string

      The encoding of the spkac string.

    Returns Buffer

    The public key component of the spkac data structure, which includes a public key and a challenge.

verifySpkac

  • Parameters

    Returns boolean

    true if the given spkac data structure is valid, false otherwise.

Generated using TypeDoc