   public class Decrypt
   {
      public boolean confirm(String code)
      {
      // check authorization
         return true;
      }
   }
