Class: Sdkey::SessionState

Inherits:
Struct
  • Object
show all
Defined in:
lib/sdkey/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aes_keyObject

Returns the value of attribute aes_key

Returns:

  • (Object)

    the current value of aes_key



14
15
16
# File 'lib/sdkey/types.rb', line 14

def aes_key
  @aes_key
end

#hkdf_salt_b64Object

Returns the value of attribute hkdf_salt_b64

Returns:

  • (Object)

    the current value of hkdf_salt_b64



14
15
16
# File 'lib/sdkey/types.rb', line 14

def hkdf_salt_b64
  @hkdf_salt_b64
end

#server_nonce_b64Object

Returns the value of attribute server_nonce_b64

Returns:

  • (Object)

    the current value of server_nonce_b64



14
15
16
# File 'lib/sdkey/types.rb', line 14

def server_nonce_b64
  @server_nonce_b64
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



14
15
16
# File 'lib/sdkey/types.rb', line 14

def session_id
  @session_id
end