|
Sun Adapter for e-Mail API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.emailadapter.appconn.EmailSystemProperties
public final class EmailSystemProperties
DOCUMENT ME!
Field Summary | |
---|---|
protected static java.lang.String |
DEFAULT_KEYSTORE
Default keystore property |
protected static java.lang.String |
DEFAULT_KEYSTORE_PASSWORD
Default keystore password property |
protected static java.lang.String |
DEFAULT_KEYSTORE_TYPE
Default keystore type property |
protected static java.lang.String |
DEFAULT_TRUSTSTORE
Default truststore property |
protected static java.lang.String |
DEFAULT_TRUSTSTORE_PASSWORD
Default truststore password property |
protected static java.lang.String |
DEFAULT_TRUSTSTORE_TYPE
Default truststore type property |
Constructor Summary | |
---|---|
EmailSystemProperties()
|
Method Summary | |
---|---|
static java.lang.String |
getKeyStore()
Gets the default key store previously set. |
static java.lang.String |
getKeyStorePassword()
Gets the default key store password previously set. |
static java.lang.String |
getKeyStoreType()
Gets the default key store type previously set. |
static java.lang.String |
getTrustStore()
Gets the default trust store previously set. |
static java.lang.String |
getTrustStorePassword()
Gets the default trust store password previously set. |
static java.lang.String |
getTrustStoreType()
Gets the default trust store type previously set. |
static void |
setKeyStore(java.lang.String keyStoreFile)
Sets the default key store file. |
static void |
setKeyStorePassword(java.lang.String keyStorePassword)
Sets the default key store password. |
static void |
setKeyStoreType(java.lang.String keyStoreType)
Sets the default key store type. |
static void |
setTrustStore(java.lang.String trustStoreFile)
Sets the default trust store. |
static void |
setTrustStorePassword(java.lang.String trustStorePassword)
Sets the default trust store password. |
static void |
setTrustStoreType(java.lang.String trustStoreType)
Sets the default trust store type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String DEFAULT_KEYSTORE
protected static final java.lang.String DEFAULT_KEYSTORE_TYPE
protected static final java.lang.String DEFAULT_KEYSTORE_PASSWORD
protected static final java.lang.String DEFAULT_TRUSTSTORE
protected static final java.lang.String DEFAULT_TRUSTSTORE_TYPE
protected static final java.lang.String DEFAULT_TRUSTSTORE_PASSWORD
Constructor Detail |
---|
public EmailSystemProperties()
Method Detail |
---|
public static void setKeyStore(java.lang.String keyStoreFile) throws java.lang.Exception
keyStoreFile
- Full path file name specifying the key store. For
example, "C:\mykeystores\keystore1". See the keytool utitlity
program from SUN for more detail.
java.lang.Exception
- if unable to set the default key store.public static java.lang.String getKeyStore()
public static void setKeyStoreType(java.lang.String keyStoreType) throws java.lang.Exception
keyStoreType
- The key store type. For example, "jks".
java.lang.Exception
- if unable to set the default key store type.public static java.lang.String getKeyStoreType()
public static void setKeyStorePassword(java.lang.String keyStorePassword) throws java.lang.Exception
keyStorePassword
- The key store password.
java.lang.Exception
- if unable to set the default key store password.public static java.lang.String getKeyStorePassword()
public static void setTrustStore(java.lang.String trustStoreFile) throws java.lang.Exception
trustStoreFile
- Full path file name specifying the trust store.
java.lang.Exception
- if unable to set the default trust store.public static java.lang.String getTrustStore()
public static void setTrustStoreType(java.lang.String trustStoreType) throws java.lang.Exception
trustStoreType
- The trust store type.
java.lang.Exception
- if unable to set the default key store type.public static java.lang.String getTrustStoreType()
public static void setTrustStorePassword(java.lang.String trustStorePassword) throws java.lang.Exception
trustStorePassword
- The trust store password.
java.lang.Exception
- if unable to set the default trust store password.public static java.lang.String getTrustStorePassword()
|
Sun Adapter for e-Mail API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |