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



31
32
33
# File 'lib/jwt/signature.rb', line 31

def algorithm
  @algorithm
end

#public_keyObject

Returns the value of attribute public_key

Returns:

  • (Object)

    the current value of public_key



31
32
33
# File 'lib/jwt/signature.rb', line 31

def public_key
  @public_key
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



31
32
33
# File 'lib/jwt/signature.rb', line 31

def signature
  @signature
end

#signing_inputObject

Returns the value of attribute signing_input

Returns:

  • (Object)

    the current value of signing_input



31
32
33
# File 'lib/jwt/signature.rb', line 31

def signing_input
  @signing_input
end