Interface IDecryptors

Hierarchy

  • IDecryptors

Properties

Properties

decrypt: ((ciphertext: IEncryptedPayload) => Promise<string>)

Type declaration

encrypt: ((plaintext: string) => Promise<IEncryptedPayload>)

Type declaration

Generated using TypeDoc