Method: Xmlenc::Algorithms::RsaOaepMgf1p#initialize
- Defined in:
- lib/xmlenc/algorithms/rsa_oaep_mgf1p.rb
#initialize(key) ⇒ RsaOaepMgf1p
Returns a new instance of RsaOaepMgf1p.
6 7 8 |
# File 'lib/xmlenc/algorithms/rsa_oaep_mgf1p.rb', line 6 def initialize(key) @key = key end |