public class SSLContextHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
host |
private Authorization |
myAuth |
private ExtendedGSSContext |
myContext |
private int |
port |
Constructor and Description |
---|
SSLContextHelper(org.apache.axis.MessageContext msgContext,
java.lang.String host,
int port) |
SSLContextHelper(java.lang.String host,
int port,
Authorization auth,
java.lang.Boolean anonymous,
org.ietf.jgss.GSSCredential cred,
java.lang.Integer protection,
TrustedCertificates trustedCerts) |
Modifier and Type | Method and Description |
---|---|
protected void |
init(java.lang.String host,
int port,
Authorization auth,
java.lang.Boolean anonymous,
org.ietf.jgss.GSSCredential cred,
java.lang.Integer protection,
TrustedCertificates trustedCerts) |
GssSocket |
wrapSocket(java.net.Socket socket) |
private java.lang.String host
private int port
private Authorization myAuth
private ExtendedGSSContext myContext
public SSLContextHelper(org.apache.axis.MessageContext msgContext, java.lang.String host, int port) throws org.ietf.jgss.GSSException
org.ietf.jgss.GSSException
public SSLContextHelper(java.lang.String host, int port, Authorization auth, java.lang.Boolean anonymous, org.ietf.jgss.GSSCredential cred, java.lang.Integer protection, TrustedCertificates trustedCerts) throws org.ietf.jgss.GSSException
org.ietf.jgss.GSSException
protected void init(java.lang.String host, int port, Authorization auth, java.lang.Boolean anonymous, org.ietf.jgss.GSSCredential cred, java.lang.Integer protection, TrustedCertificates trustedCerts) throws org.ietf.jgss.GSSException
org.ietf.jgss.GSSException
public GssSocket wrapSocket(java.net.Socket socket)