Class: JOSE::EncryptedMap
Overview
Immutable encrypted Map structure based on JOSE::Map.
Instance Method Summary collapse
-
#compact ⇒ JOSE::EncryptedBinary
Compacts an expanded encrypted map into a binary.
Instance Method Details
#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 |