Class: JOSE::SignedMap
Overview
Immutable signed Map structure based on JOSE::Map.
Instance Method Summary collapse
-
#compact ⇒ Object
Compacts an expanded signed map or signed list into a binary.
Instance Method Details
#compact ⇒ Object
Compacts an expanded signed map or signed list into a binary.
33 34 35 |
# File 'lib/jose/jws.rb', line 33 def compact return JOSE::JWS.compact(self) end |