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

Packages that use IpAuthSigner
org.netserv.ipauth.core Provides core implementation of Prover, Signer and Verifier classes in the IP authentication framework. 
org.netserv.ipauth.sign High-level implementation of Signer-Verifier interactions. 
 

Uses of IpAuthSigner in org.netserv.ipauth.core
 

Methods in org.netserv.ipauth.core that return IpAuthSigner
static IpAuthSigner IpAuthSigner.getCmsSigner(java.security.PrivateKey key, java.lang.String alg, java.lang.String provider)
           
static IpAuthSigner IpAuthSigner.getJarSigner(java.security.PrivateKey key, java.lang.String alg, java.lang.String provider)
           
 

Uses of IpAuthSigner in org.netserv.ipauth.sign
 

Constructors in org.netserv.ipauth.sign with parameters of type IpAuthSigner
SignedOutputStream(java.io.OutputStream os, IpAuthSigner signer)
           
SignedSocket(java.net.InetSocketAddress src, java.net.InetSocketAddress dst, IpAuthVerifier verifier, IpAuthSigner signer)
           
SignedSocket(java.net.Socket outerSocket, IpAuthVerifier verifier, IpAuthSigner signer)