|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.net.util.SSLHelper
public class SSLHelper
Helper class for configuring the secure socket layer (SSL).
Field Summary | |
---|---|
static java.lang.String |
KEY_STORE
System property to indicate the keystore to use. |
static java.lang.String |
KEY_STORE_PASSWORD
System property to indicate the keystore password. |
static java.lang.String |
KEY_STORE_TYPE
System property to indicate the keystore type. |
static java.lang.String |
TRUST_STORE
System property to indicate the truststore to use. |
static java.lang.String |
TRUST_STORE_PASSWORD
System property to indicate the truststore password. |
static java.lang.String |
TRUST_STORE_TYPE
System property to indicate the truststore type. |
Constructor Summary | |
---|---|
SSLHelper()
|
Method Summary | |
---|---|
static void |
configure(SSLProperties properties)
Configure the secure socket layer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String KEY_STORE
public static final java.lang.String KEY_STORE_TYPE
public static final java.lang.String KEY_STORE_PASSWORD
public static final java.lang.String TRUST_STORE
public static final java.lang.String TRUST_STORE_PASSWORD
public static final java.lang.String TRUST_STORE_TYPE
Constructor Detail |
---|
public SSLHelper()
Method Detail |
---|
public static void configure(SSLProperties properties) throws java.lang.SecurityException
properties
properties
- the properties to use
java.lang.SecurityException
- if the security manager doesn't allow a
property to be updated.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |