Java org.apache.commons.net.util TrustManagerUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.util TrustManagerUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.util TrustManagerUtils.

The text is from its open source code.

Method

X509TrustManagergetAcceptAllTrustManager()
Generate a TrustManager that performs no checks.
X509TrustManagergetDefaultTrustManager(KeyStore keyStore)
Return the default TrustManager provided by the JVM.
X509TrustManagergetValidateServerCertificateTrustManager()
Generate a TrustManager that checks server certificates for validity, but otherwise performs no checks.