Method: JOSE::EncryptedMap#compact
- Defined in:
- lib/jose/jwe.rb
#compact ⇒ JOSE::EncryptedBinary
Compacts an expanded encrypted map into a binary.
52 53 54 |
# File 'lib/jose/jwe.rb', line 52 def compact return JOSE::JWE.compact(self) end |