Package com.couchbase.lite.internal.core
Class InternalCertAuthenticator
- java.lang.Object
-
- com.couchbase.lite.internal.core.InternalCertAuthenticator
-
- All Implemented Interfaces:
ListenerAuthenticator
- Direct Known Subclasses:
ListenerCertificateAuthenticator
public class InternalCertAuthenticator extends Object implements ListenerAuthenticator
A Listener Certificate Authenticator Delegate
-
-
Field Summary
Fields Modifier and Type Field Description static String
BEGIN_CERT
static String
END_CERT
-
Constructor Summary
Constructors Constructor Description InternalCertAuthenticator(List<Certificate> rootCerts, ListenerCertificateAuthenticatorDelegate delegate)
-
-
-
Field Detail
-
BEGIN_CERT
public static final String BEGIN_CERT
- See Also:
- Constant Field Values
-
END_CERT
public static final String END_CERT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InternalCertAuthenticator
public InternalCertAuthenticator(@Nullable List<Certificate> rootCerts, @Nullable ListenerCertificateAuthenticatorDelegate delegate)
-
-