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.
48 49 50 |
# File 'lib/sandal/sig/rs.rb', line 48 def initialize(key) super(256, key) end |