public class SSLContextHelper extends Object
| Constructor | Description |
|---|---|
SSLContextHelper(String host,
int port,
Authorization auth,
Boolean anonymous,
GSSCredential cred,
Integer protection,
TrustedCertificates trustedCerts) |
|
SSLContextHelper(org.apache.axis.MessageContext msgContext,
String host,
int port) |
| Modifier and Type | Method | 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 © 2018. All rights reserved.