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
Disables OCSP checking.- See Also:
-
OCSP_SOFT_FAIL
Enables OCSP soft fail mode.- See Also:
-
OCSP_TIMEOUT
Sets OCSP timeout.- See Also:
-
OCSP_VERIFY_FLAGS
Sets OCSP verify flags.- See Also:
-
GROUPS
Sets TLS groups.- See Also:
-
-
Constructor Details
-
OpenSSLConfCmd
public OpenSSLConfCmd()Constructs a new OpenSSLConfCmd with no name or value. -
OpenSSLConfCmd
Constructs a new OpenSSLConfCmd with the given name and value.- Parameters:
name- The command namevalue- The command value
-
-
Method Details
-
getName
Returns the command name.- Returns:
- The command name
-
setName
Sets the command name.- Parameters:
name- The command name
-
getValue
Returns the command value.- Returns:
- The command value
-
setValue
Sets the command value.- Parameters:
value- The command value
-