org.netserv.ipauth.core
Class IpAuthVerifier
java.lang.Object
org.netserv.ipauth.core.IpAuthVerifier
public final class IpAuthVerifier
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IpAuthVerifier
public IpAuthVerifier(IpAuthVerifierImpl verifier,
int depth)
getCrlVerifier
public static final IpAuthVerifier getCrlVerifier(int depth)
registerTrustedCA
public void registerTrustedCA(java.security.cert.X509Certificate[] caCerts)
- Parameters:
caCerts
-
registerTrustedDists
public void registerTrustedDists(java.net.URL[] dists)
- Parameters:
dists
-
verify
public void verify(java.security.cert.X509Certificate[] certs)
throws java.security.cert.CertificateException
- Throws:
java.security.cert.CertificateException