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