Class: Sandal::Sig::RS256
Overview
The RSA-SHA256 signing algorithm.
Instance Attribute Summary
Attributes inherited from RS
Instance Method Summary collapse
-
#initialize(key) ⇒ RS256
constructor
Creates a new instance.
Methods inherited from RS
Constructor Details
#initialize(key) ⇒ RS256
Creates a new instance.
62 63 64 |
# File 'lib/sandal/sig/rs.rb', line 62 def initialize(key) super(256, make_key(key)) end |