Libraries
»
jose
(0.3.0)
»
Index
»
JOSE
»
JWS
»
#to_binary
Method: JOSE::JWS#to_binary
Defined in:
lib/jose/jws.rb
#
to_binary
⇒
Object
60 61 62
# File 'lib/jose/jws.rb', line 60
def
to_binary
return
JOSE
.
encode
(
to_map
)
end