Package org.owasp.encoder


package org.owasp.encoder
  • Class
    Description
    Encode -- fluent interface for contextual encoding.
    EncodedWriter -- A writer that encodes all input for a specific context and writes the encoded output to another writer.
    This is the low-level encoding API.
    Encoders -- Public factory method for obtaining instances of Encoders.
    UnsupportedContextException -- thrown when the encoding context specified is not known or supported.