Package com.codedx.security
-
Interface Summary Interface Description ExtraCertManager InvalidCertificateStrategy -
Class Summary Class Description CompositeX509TrustManager Represents an ordered list ofX509TrustManagers with additive trust.FingerprintStrategy JenkinsSSLConnectionSocketFactoryFactory ReloadableX509TrustManager This X509TrustManager implementation allows invalid certificates to possibly be accepted by the decision of anInvalidCertificateStrategythat is passed as a constructor argument.SingleCertManager ExtraCertManager implementation that only allows a single accepted certificate at once.X509HostnameVerifierWithExceptions X509HostnameVerifier implementation that delegates to another one, but will allow a particular set of hosts through even if the delegate verifier fails. -
Enum Summary Enum Description CertificateAcceptance Enumeration to describe the possible outcomes of anInvalidCertificateStrategywhen presented with an invalid certificate.