We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39b60c commit bd9b114Copy full SHA for bd9b114
lib/jwt/jwk/rsa.rb
@@ -2,7 +2,7 @@
2
3
module JWT
4
module JWK
5
- class RSA < KeyBase # rubocop:disable Metrics/ClassLength
+ class RSA < KeyBase
6
BINARY = 2
7
KTY = 'RSA'
8
KTYS = [KTY, OpenSSL::PKey::RSA].freeze
0 commit comments