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
GSSExceptionpublic SSLContextHelper(String host, int port, Authorization auth, Boolean anonymous, GSSCredential cred, Integer protection, TrustedCertificates trustedCerts) throws GSSException
GSSExceptionprotected void init(String host, int port, Authorization auth, Boolean anonymous, GSSCredential cred, Integer protection, TrustedCertificates trustedCerts) throws GSSException
GSSExceptionCopyright © 2014. All Rights Reserved.