lib/jwe/alg/rsa_oaep.rb in jwe-0.3.0 vs lib/jwe/alg/rsa_oaep.rb in jwe-0.3.1
- old
+ new
@@ -1,6 +1,7 @@
module JWE
module Alg
+ # RSA-OAEP key encryption algorithm.
class RsaOaep
attr_accessor :key
def initialize(key)
self.key = key