Class OpenSSLConfCmd
java.lang.Object
org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
- All Implemented Interfaces:
Serializable
Represents an OpenSSL configuration command with a name-value pair.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new OpenSSLConfCmd with no name or value.OpenSSLConfCmd(String name, String value) Constructs a new OpenSSLConfCmd with the given name and value. -
Method Summary
-
Field Details
-
NO_OCSP_CHECK
-
OCSP_SOFT_FAIL
-
OCSP_TIMEOUT
-
OCSP_VERIFY_FLAGS
-
GROUPS
-
-
Constructor Details
-
OpenSSLConfCmd
public OpenSSLConfCmd()Constructs a new OpenSSLConfCmd with no name or value. -
OpenSSLConfCmd
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-