Class contains information about PKD certificate.

Constructors

  • Parameters

    • binaryData: string
    • resourceType: PKDResourceType
    • Optionaloptions: {
          privateKey?: string;
      }
      • OptionalprivateKey?: string

    Returns PKDCertificate

Properties

binaryData: string

Certificate base64 string.

privateKey: string

Private key base64 string.

resourceType: PKDResourceType

Indicates type of certificate.