Constants used across the different SSL Support classes.
| Type | Name and description |
|---|---|
java.util.Set |
CERT_HOSTNAME_VERIFIERSCertificates Hostnames verfifiers valid options. |
java.lang.String |
CERT_HOSTNAME_VERIFIER_ALLOW_ALLThe URL reqeusted doesn't need to match the URL in the Certificate. |
java.lang.String |
CERT_HOSTNAME_VERIFIER_BROWSER_COMPATIBLEThe URL reqeusted must be in the same domain as the one in the Certificate. |
java.lang.String |
CERT_HOSTNAME_VERIFIER_STRICTThe URL reqeusted needs to match the URL in the Certificate. |
java.lang.String |
HTTPS |
int |
SSL_DEFAULT_PORT |
Certificates Hostnames verfifiers valid options.
The URL reqeusted doesn't need to match the URL in the Certificate.
The URL reqeusted must be in the same domain as the one in the Certificate.
The URL reqeusted needs to match the URL in the Certificate.