Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

EncryptedPayload

EncryptedPayload: t.TypeOf<typeof EncryptedPayload>

Variables

Const EncryptedPayload

EncryptedPayload: TypeC<{ cypherText: StringC; encryptedKey: StringC; iv: StringC }> = ...

Functions

toEncryptedPayload

  • toEncryptedPayload(rsaPubKey: string, plainText: string): Either<Error, EncryptedPayload>

toPlainText

  • toPlainText(rsaPrivateKey: string, encryptedPayload: EncryptedPayload): Either<Error, string>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Enumeration
  • Class with type parameter

Generated using TypeDoc