Method: Sandal::Enc::Alg::Direct#encrypt_key
- Defined in:
- lib/sandal/enc/alg/direct.rb
permalink #encrypt_key(key) ⇒ String
Returns an empty string as the key is not included in JWE tokens using direct key exchange.
32 33 34 |
# File 'lib/sandal/enc/alg/direct.rb', line 32 def encrypt_key(key) "" end |