org.netserv.ipauth.core
Class IpAuthProver

java.lang.Object
  extended by org.netserv.ipauth.core.IpAuthProver

public class IpAuthProver
extends java.lang.Object


Constructor Summary
IpAuthProver(java.security.PrivateKey key, IpAuthProverImpl prover)
           
 
Method Summary
 void addCaPubs(org.bouncycastle.asn1.x509.X509CertificateStructure caPub)
           
 com.sun.net.httpserver.HttpServer createServer(java.net.InetSocketAddress address, java.lang.String distPoint)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpAuthProver

public IpAuthProver(java.security.PrivateKey key,
                    IpAuthProverImpl prover)
             throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addCaPubs

public void addCaPubs(org.bouncycastle.asn1.x509.X509CertificateStructure caPub)

createServer

public com.sun.net.httpserver.HttpServer createServer(java.net.InetSocketAddress address,
                                                      java.lang.String distPoint)
                                               throws java.io.IOException
Throws:
java.io.IOException