Libraries
»
jose
(0.1.0)
»
Index (S)
»
JOSE
»
SignedBinary
Class: JOSE::SignedBinary
Inherits:
String
Object
String
JOSE::SignedBinary
show all
Defined in:
lib/jose/jws.rb
Instance Method Summary
collapse
#
expand
⇒ Object
Instance Method Details
#
expand
⇒
Object
4 5 6
# File 'lib/jose/jws.rb', line 4
def
expand
return
JOSE
::
JWS
.
expand
(
self
)
end