Package org.conscrypt

Class TrustManagerImpl

java.lang.Object
org.conscrypt.TrustManagerImpl
All Implemented Interfaces:
TrustManager, X509TrustManager

public final class TrustManagerImpl
extends Object
implements X509TrustManager
TrustManager implementation. The implementation is based on CertPathValidator PKIX and CertificateFactory X509 implementations. This implementations should be provided by some certification provider.
See Also:
X509TrustManager