Class Constants


  • public class Constants
    extends java.lang.Object
    Constants used by the security package.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CRLF
      The CRLF sequence used for HTTP header line endings.
      static java.lang.String PACKAGE
      The fully qualified name of this package.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PACKAGE

        public static final java.lang.String PACKAGE
        The fully qualified name of this package.
        See Also:
        Constant Field Values
      • CRLF

        public static final java.lang.String CRLF
        The CRLF sequence used for HTTP header line endings.
        See Also:
        Constant Field Values