Uses of Class
org.netserv.ipauth.core.CertStatus

Packages that use CertStatus
org.netserv.ipauth.core Provides core implementation of Prover, Signer and Verifier classes in the IP authentication framework. 
 

Uses of CertStatus in org.netserv.ipauth.core
 

Methods in org.netserv.ipauth.core that return CertStatus
 CertStatus[] IpAuthVerifierImpl.checkStatus(java.security.cert.X509Certificate[] certs)
           
static CertStatus CertStatus.getInstance(java.lang.Object obj)
           
 CertStatus CertStatus.getParent()
           
 

Methods in org.netserv.ipauth.core that return types with arguments of type CertStatus
 java.util.Vector<CertStatus> CertStatus.getChildren()
           
 

Methods in org.netserv.ipauth.core with parameters of type CertStatus
 void CertStatus.addChild(CertStatus cert)
           
 void CertStatus.setParent(CertStatus cert)