Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CryptoUtils

Index

Constructors

constructor

Properties

Static Private Readonly ENCRYPTABLE_KEYS

ENCRYPTABLE_KEYS: string[] = ...

Static Private Readonly ENCRYPT_PREFIX

ENCRYPT_PREFIX: "ENCRYPTED:" = 'ENCRYPTED:'

Methods

Static decrypt

  • decrypt(value: any, password: string, fieldName?: string): any

Static encrypt

  • encrypt(value: any, password: string, fieldName?: string): any

Static encryptedCount

  • encryptedCount(value: any, fieldName?: string): number

Static getPrivateKeySecurityMode

Static Private isEncryptableKeyField

  • isEncryptableKeyField(value: any, fieldName: undefined | string): undefined | boolean | ""

Static removePrivateKeys

  • removePrivateKeys(value: any, blacklistNames?: string[]): any

Static removePrivateKeysAccordingToSecurityMode

Generated using TypeDoc