Class: JOSE::SignedBinary

Inherits:
String
  • Object
show all
Defined in:
lib/jose/jws.rb

Instance Method Summary collapse

Instance Method Details

#expandObject



4
5
6
# File 'lib/jose/jws.rb', line 4

def expand
  return JOSE::JWS.expand(self)
end