All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.owasp.esapi.Encoder Maven / Gradle / Ivy

package org.owasp.esapi;

public interface Encoder {
    String encodeForHTML(String input);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy