Libraries
»
jose
(0.3.1)
»
Index (E)
»
JOSE
»
EncryptedBinary
Class: JOSE::EncryptedBinary
Inherits:
String
Object
String
JOSE::EncryptedBinary
show all
Defined in:
lib/jose/jwe.rb
Instance Method Summary
collapse
#
expand
⇒ Object
Instance Method Details
#
expand
⇒
Object
4 5 6
# File 'lib/jose/jwe.rb', line 4
def
expand
return
JOSE
::
JWE
.
expand
(
self
)
end