enum

JW::Public::Key::Kty

Inherits Enum < Comparable < Value < Object

https://tools.ietf.org/html/rfc7518#section-6.1 https://tools.ietf.org/html/rfc7518#section-7.4.2

Constants

RSA = 0

Only supports RSA at the moment EC

Instance methods

rsa?

Returns true if this enum value equals RSA

Source