Class: JOSE::EncryptedMap

Inherits:
Map
  • Object
show all
Defined in:
lib/jose/jwe.rb

Overview

Immutable encrypted Map structure based on JOSE::Map.

Instance Method Summary collapse

Instance Method Details

#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