Class: Sdkey::SessionState
- Inherits:
-
Struct
- Object
- Struct
- Sdkey::SessionState
- Defined in:
- lib/sdkey/types.rb
Instance Attribute Summary collapse
-
#aes_key ⇒ Object
Returns the value of attribute aes_key.
-
#hkdf_salt_b64 ⇒ Object
Returns the value of attribute hkdf_salt_b64.
-
#server_nonce_b64 ⇒ Object
Returns the value of attribute server_nonce_b64.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
Instance Attribute Details
#aes_key ⇒ Object
Returns the value of attribute aes_key
14 15 16 |
# File 'lib/sdkey/types.rb', line 14 def aes_key @aes_key end |
#hkdf_salt_b64 ⇒ Object
Returns the value of attribute hkdf_salt_b64
14 15 16 |
# File 'lib/sdkey/types.rb', line 14 def hkdf_salt_b64 @hkdf_salt_b64 end |
#server_nonce_b64 ⇒ Object
Returns the value of attribute server_nonce_b64
14 15 16 |
# File 'lib/sdkey/types.rb', line 14 def server_nonce_b64 @server_nonce_b64 end |
#session_id ⇒ Object
Returns the value of attribute session_id
14 15 16 |
# File 'lib/sdkey/types.rb', line 14 def session_id @session_id end |