Class: ActionInterceptor::Encryptor
- Inherits:
-
Object
- Object
- ActionInterceptor::Encryptor
- Defined in:
- lib/action_interceptor/encryptor.rb
Class Method Summary collapse
Class Method Details
.decrypt_and_verify(value) ⇒ Object
8 9 10 |
# File 'lib/action_interceptor/encryptor.rb', line 8 def self.decrypt_and_verify(value) .decrypt_and_verify(value) end |
.encrypt_and_sign(value) ⇒ Object
4 5 6 |
# File 'lib/action_interceptor/encryptor.rb', line 4 def self.encrypt_and_sign(value) .encrypt_and_sign(value) end |