Method: JOSE::EncryptedMap#compact

Defined in:
lib/jose/jwe.rb

#compactJOSE::EncryptedBinary

Compacts an expanded encrypted map into a binary.

Returns:

See Also:



52
53
54
# File 'lib/jose/jwe.rb', line 52

def compact
  return JOSE::JWE.compact(self)
end