Class: Sidekiq::Encryptor

Inherits:
Object
  • Object
show all
Defined in:
lib/sidekiq/encryptor.rb,
lib/sidekiq/encryptor/version.rb

Defined Under Namespace

Modules: FernetAdapter, Version Classes: Base, Client, Server

Constant Summary collapse

Error =
Class.new(::RuntimeError)
DecryptionError =
Class.new(Error)
VersionChangeError =
Class.new(DecryptionError)
PROTOCOL_VERSION =
1
VERSION =
"#{Version::MAJOR}.#{Version::MINOR}.#{Version::PATCH}#{Version::SUFFIX}"