Class: JWT::Signature::ToVerify

Inherits:
Struct
  • Object
show all
Defined in:
lib/jwt/signature.rb

Instance Attribute Summary collapse

Instance Attribute Details

#algorithmObject

Returns the value of attribute algorithm

Returns:

  • (Object)

    the current value of algorithm



29
30
31
# File 'lib/jwt/signature.rb', line 29

def algorithm
  @algorithm
end

#public_keyObject

Returns the value of attribute public_key

Returns:

  • (Object)

    the current value of public_key



29
30
31
# File 'lib/jwt/signature.rb', line 29

def public_key
  @public_key
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



29
30
31
# File 'lib/jwt/signature.rb', line 29

def signature
  @signature
end

#signing_inputObject

Returns the value of attribute signing_input

Returns:

  • (Object)

    the current value of signing_input



29
30
31
# File 'lib/jwt/signature.rb', line 29

def signing_input
  @signing_input
end