Package org.conscrypt

Class TrustManagerImpl

All Implemented Interfaces:
TrustManager, X509TrustManager

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