class JSON::JWE

def initialize(input = nil)

def initialize(input = nil)
  self.plain_text = input.to_s
end