# File lib/json/jwe.rb, line 24
    def initialize(input = nil)
      self.plain_text = input.to_s
    end