public class Constants
extends Object
Constants used by the security package.
-
Field Summary
Fields
The CRLF sequence used for HTTP header line endings.
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 Details
-
PACKAGE
public static final String PACKAGE
The fully qualified name of this package.
- See Also:
-
-
CRLF
public static final String CRLF
The CRLF sequence used for HTTP header line endings.
- See Also:
-