Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<CertificatePinner.Pin> |
CertificatePinner.pins |
private java.util.List<CertificatePinner.Pin> |
CertificatePinner.Builder.pins |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<CertificatePinner.Pin> |
CertificatePinner.findMatchingPins(java.lang.String hostname)
Returns list of matching certificates' pins for the hostname.
|
Constructor and Description |
---|
CertificatePinner(java.util.Set<CertificatePinner.Pin> pins,
CertificateChainCleaner certificateChainCleaner) |