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:

  • the current value of algorithm



18
19
20
# File 'lib/jwt/signature.rb', line 18

def algorithm
  @algorithm
end

#public_keyObject

Returns the value of attribute public_key

Returns:

  • the current value of public_key



18
19
20
# File 'lib/jwt/signature.rb', line 18

def public_key
  @public_key
end

#signatureObject

Returns the value of attribute signature

Returns:

  • the current value of signature



18
19
20
# File 'lib/jwt/signature.rb', line 18

def signature
  @signature
end

#signing_inputObject

Returns the value of attribute signing_input

Returns:

  • the current value of signing_input



18
19
20
# File 'lib/jwt/signature.rb', line 18

def signing_input
  @signing_input
end