Class: Sandal::Sig::RS384
Overview
The RSA-SHA384 signing algorithm.
Instance Attribute Summary
Attributes inherited from RS
Instance Method Summary collapse
-
#initialize(key) ⇒ RS384
constructor
Creates a new instance.
Methods inherited from RS
Constructor Details
#initialize(key) ⇒ RS384
Creates a new instance.
59 60 61 |
# File 'lib/sandal/sig/rs.rb', line 59 def initialize(key) super(384, key) end |