SystemConfiguration

Configures global system properties on the JSSE implementation, if defined.

WARNING: This class sets system properties to configure JSSE code which typically uses static initialization on load. Because of this, if classes are loaded in BEFORE this code has a chance to operate, you may find that this code works inconsistently. The solution is to set the system properties on the command line explicitly (or in the case of "ocsp.enable", in the security property file).

class Object
trait Matchable
class Any

Value members

Concrete methods

def clearProperties(): Unit

For use in testing.

For use in testing.

def configure(config: SSLConfigSettings): Unit
def configureAllowLegacyHelloMessages(allowLegacyHelloMessages: Boolean): Unit
def configureCheckRevocation(checkRevocation: Boolean): Unit
def configureUnsafeRenegotiation(allowUnsafeRenegotiation: Boolean): Unit

Concrete fields