|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wvcm.store.webdav.tls.TLSProperties
public class TLSProperties
Field Summary | |
---|---|
static java.lang.String |
CUSTOM_KEYSTORE
|
static java.lang.String |
CUSTOM_KEYSTORE_PASSWORD
|
static java.lang.String |
CUSTOM_KEYSTORE_TYPE
|
static java.lang.String |
CUSTOM_TRUSTSTORE
|
static java.lang.String |
CUSTOM_TRUSTSTORE_PASSWORD
|
static java.lang.String |
CUSTOM_TRUSTSTORE_TYPE
|
Constructor Summary | |
---|---|
TLSProperties()
Constructor for supporting default TLS properties (javax.net.ssl.xxx). |
|
TLSProperties(java.util.Properties tlsProperties)
Constructor for supporting custom TLS properties. |
Method Summary | |
---|---|
java.security.KeyStore |
getKeyStore()
Return the keystore. |
java.lang.String |
getKeyStorePassword()
Return keystore password. |
java.security.KeyStore |
getTrustStore()
Return truststore. |
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 CUSTOM_KEYSTORE
public static final java.lang.String CUSTOM_KEYSTORE_PASSWORD
public static final java.lang.String CUSTOM_KEYSTORE_TYPE
public static final java.lang.String CUSTOM_TRUSTSTORE
public static final java.lang.String CUSTOM_TRUSTSTORE_PASSWORD
public static final java.lang.String CUSTOM_TRUSTSTORE_TYPE
Constructor Detail |
---|
public TLSProperties(java.util.Properties tlsProperties) throws WvcmException
WvcmException
- if there are problems with the TLS propertiespublic TLSProperties() throws WvcmException
WvcmException
- if there are problems with the TLS propertiesMethod Detail |
---|
public java.security.KeyStore getKeyStore()
public java.lang.String getKeyStorePassword()
public java.security.KeyStore getTrustStore()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |