@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public interface HostnameChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(String hostname,
Principal principal) |
void |
match(String hostname,
X509Certificate peerCertificate) |
void match(String hostname, X509Certificate peerCertificate) throws CertificateException
CertificateExceptionCopyright © 2012–2017. All rights reserved.