class
Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Superclass: Object

An encryption context configures the different entities used to perform encryption:

  • A key provider

  • A key generator

  • An encryptor, the facade to encrypt data

  • A cipher, the encryption algorithm

  • A message serializer

Constants

PROPERTIES = %i[ key_provider key_generator cipher message_serializer encryptor frozen_encryption ]

Attributes

Show files where this class is defined (1 file)
Register or log in to add new notes.