public class SSLContextHelper extends Object
Constructor and Description |
---|
SSLContextHelper(org.apache.axis.MessageContext msgContext,
String host,
int port) |
SSLContextHelper(String host,
int port,
Authorization auth,
Boolean anonymous,
GSSCredential cred,
Integer protection,
TrustedCertificates trustedCerts) |
Modifier and Type | Method and Description |
---|---|
protected void |
init(String host,
int port,
Authorization auth,
Boolean anonymous,
GSSCredential cred,
Integer protection,
TrustedCertificates trustedCerts) |
GssSocket |
wrapSocket(Socket socket) |
public SSLContextHelper(org.apache.axis.MessageContext msgContext, String host, int port) throws GSSException
GSSException
public SSLContextHelper(String host, int port, Authorization auth, Boolean anonymous, GSSCredential cred, Integer protection, TrustedCertificates trustedCerts) throws GSSException
GSSException
protected void init(String host, int port, Authorization auth, Boolean anonymous, GSSCredential cred, Integer protection, TrustedCertificates trustedCerts) throws GSSException
GSSException
Copyright © 2016. All rights reserved.