Package com.webmethods.jms.ssl
Class AwSSLContext
- java.lang.Object
-
- com.webmethods.jms.ssl.AwSSLContext
-
public class AwSSLContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AwSSLContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getCertificate()
java.lang.String
getCipherSuites()
long
getContextId()
java.lang.String
getDN()
java.lang.String
getKeystore()
java.lang.Object
getKeystoreInstance()
java.lang.String
getKeystoreType()
java.lang.String
getPassword()
java.lang.Object
getSocket()
int
getSocketType()
javax.net.ssl.SSLContext
getSslContext()
javax.net.ssl.SSLContext
getSSLContext()
java.lang.String
getTruststore()
java.lang.Object
getTruststoreInstance()
java.lang.String
getTruststoreType()
boolean
isEncryption()
-
-
-
Method Detail
-
getSslContext
public javax.net.ssl.SSLContext getSslContext()
-
getPassword
public java.lang.String getPassword()
-
getKeystore
public java.lang.String getKeystore()
-
getKeystoreType
public java.lang.String getKeystoreType()
-
getTruststore
public java.lang.String getTruststore()
-
getTruststoreType
public java.lang.String getTruststoreType()
-
isEncryption
public boolean isEncryption()
-
getSocket
public java.lang.Object getSocket()
-
getCertificate
public java.lang.Object getCertificate()
-
getKeystoreInstance
public java.lang.Object getKeystoreInstance()
-
getTruststoreInstance
public java.lang.Object getTruststoreInstance()
-
getSocketType
public int getSocketType()
-
getContextId
public long getContextId()
-
getSSLContext
public javax.net.ssl.SSLContext getSSLContext()
-
getDN
public java.lang.String getDN()
-
getCipherSuites
public java.lang.String getCipherSuites()
-
-