Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "crypto"

Index

Interfaces

Type aliases

Functions

Object literals

Type aliases

EncryptionMethod

EncryptionMethod: "AES-256" | "AES-256-GZ"

Functions

decrypt

  • Parameters

    Returns Promise<Notepad>

encrypt

  • Parameters

    Returns Promise<NotepadShell>

getMethod

Object literals

Const methods

methods: object

AES-256

AES-256: AES256 = new AES256()

AES-256-GZ

AES-256-GZ: AES256GZ = new AES256GZ()

Generated using TypeDoc