Class AbstractCBLTrustManager

  • All Implemented Interfaces:
    TrustManager, X509TrustManager
    Direct Known Subclasses:
    CBLTrustManager

    public abstract class AbstractCBLTrustManager
    extends Object
    implements X509TrustManager
    The trust manager that supports the followings: 1. Supports pinned server certificate. 2. Supports acceptOnlySelfSignedServerCertificate mode. 3. Supports default trust manager for validating certs when the pinned server certificate and acceptOnlySelfSignedServerCertificate are not used. 4. Allows to listen for the server certificates.