Hierarchy

  • AsymmetricKeySigner

Implements

Constructors

Properties

Methods

Constructors

  • Parameters

    • options: {
          algorithm?: string;
          credId: string;
          privateKey: string;
      }
      • Optional algorithm?: string
      • credId: string
      • privateKey: string

    Returns AsymmetricKeySigner

Properties

options: {
    algorithm?: string;
    credId: string;
    privateKey: string;
}

Type declaration

  • Optional algorithm?: string
  • credId: string
  • privateKey: string

Methods

Generated using TypeDoc