Class: AppIdentity::Versions::V3
- Inherits:
-
TimestampNonce
- Object
- Base
- TimestampNonce
- AppIdentity::Versions::V3
- Defined in:
- lib/app_identity/versions.rb
Overview
V3 uses a timestamp-based nonce value with SHA384 digests.
The nonce values will be verified to be within plus or minus a configured number of seconds.
Instance Method Summary collapse
-
#digest_algorithm ⇒ Object
:nodoc:.
Methods inherited from TimestampNonce
#check_nonce!, #generate_nonce, #nonce_type
Methods inherited from Base
#check_nonce!, defined, inherited, #inspect, instance, #make_digest
Instance Method Details
#digest_algorithm ⇒ Object
:nodoc:
125 126 127 |
# File 'lib/app_identity/versions.rb', line 125 def digest_algorithm # :nodoc: Digest::SHA384 end |