Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RadixDecryptionProvider

Hierarchy

  • RadixDecryptionProvider

Implemented by

Index

Properties

decryptECIESPayload

decryptECIESPayload: function

Type declaration

    • (payload: Buffer): Promise<Buffer>
    • Parameters

      • payload: Buffer

      Returns Promise<Buffer>

decryptECIESPayloadWithProtectors

decryptECIESPayloadWithProtectors: function

Type declaration

    • (protectors: Buffer[], payload: Buffer): Promise<Buffer>
    • Parameters

      • protectors: Buffer[]
      • payload: Buffer

      Returns Promise<Buffer>

Generated using TypeDoc