CiphersExplicit |
Include the ciphers explicitly defined.
|
CiphersIntermediate |
Includes intermediate ciphers for TLSv1.3 and TLSv1.2.
|
CiphersJdk |
Include the ciphers defined by the JDK.
|
CiphersModern |
Includes modern ciphers for TLSv1.3 and TLSv1.2.
|
CiphersProperties |
Include the ciphers defined by the system properties "https.cipherSuites".
|
IdentityKeyStore |
The identity material configuration from a key store.
|
IdentityList |
An identity materials list.
|
IdentityPrivateKey |
The identity material configuration from a certificate and private key.
|
IdentityProperties |
Include the identity material defined by the system properties "javax.net.ssl.keyStore",
"javax.net.ssl.keyStorePassword", "javax.net.ssl.keyStoreType", and "javax.net.ssl.keyStoreProvider".
|
Parser |
|
ProtocolsExplicit |
Include the protocols explicitly defined.
|
ProtocolsIntermediate |
|
ProtocolsJdk |
Include the protocols defined by the JDK.
|
ProtocolsModern |
|
ProtocolsProperties |
Include the protocols defined by the system properties "https.protocols".
|
SSLConfig |
The SSL configuration object.
|
TrustAll |
The unsafe trust that will trust all certificates without validation.
|
TrustCertificates |
The trust material from a certificate(s).
|
TrustJdk |
The trust material from the JDK.
|
TrustList |
A trust materials list.
|
TrustProperties |
The trust material from the system properties "javax.net.ssl.trustStore", "javax.net.ssl.trustStorePassword",
"javax.net.ssl.trustStoreType", and "javax.net.ssl.trustStoreProvider".
|
TrustStore |
The trust material from a trust store.
|
TrustSystem |
The trust material from the system.
|