Method: JOSE::JWS#to_binary

Defined in:
lib/jose/jws.rb

#to_binaryObject



60
61
62
# File 'lib/jose/jws.rb', line 60

def to_binary
  return JOSE.encode(to_map)
end