-
- All Implemented Interfaces:
-
javax.net.ssl.TrustManager,javax.net.ssl.X509TrustManager
public final class PubKeyManager implements X509TrustManager
Internal use only.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPubKeyManager.Builder
-
Method Summary
Modifier and Type Method Description static PubKeyManager.Builderbuilder(@NonNull() Context context)voidcheckServerTrusted(Array<X509Certificate> remoteX509Certificates, String authType)voidcheckClientTrusted(Array<X509Certificate> x509Certificates, String s)Array<X509Certificate>getAcceptedIssuers()-
-
Method Detail
-
builder
static PubKeyManager.Builder builder(@NonNull() Context context)
-
checkServerTrusted
void checkServerTrusted(Array<X509Certificate> remoteX509Certificates, String authType)
-
checkClientTrusted
void checkClientTrusted(Array<X509Certificate> x509Certificates, String s)
-
getAcceptedIssuers
Array<X509Certificate> getAcceptedIssuers()
-
-
-
-