org.adroitlogic.as2.util
Class KeystoreManager
java.lang.Object
org.adroitlogic.as2.util.KeystoreManager
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
public class KeystoreManager
- extends java.lang.Object
- implements org.springframework.beans.factory.InitializingBean
Configures available keystores for AS2 processing, and manages them for use by the AS2Manager
|
Constructor Summary |
KeystoreManager(java.lang.String identityStorePath,
java.lang.String identityStoreType,
java.lang.String identityStorePassword,
java.lang.String trustStorePath,
java.lang.String trustStoreType,
java.lang.String trustStorePassword)
Create a KeystoreManager for the given identity and trust keystores |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeystoreManager
public KeystoreManager(java.lang.String identityStorePath,
java.lang.String identityStoreType,
java.lang.String identityStorePassword,
java.lang.String trustStorePath,
java.lang.String trustStoreType,
java.lang.String trustStorePassword)
- Create a KeystoreManager for the given identity and trust keystores
- Parameters:
identityStorePath - path to the identity keystoreidentityStoreType - keystore type of the identity keystoreidentityStorePassword - password to the identity keystoretrustStorePath - path to the trust keystoretrustStoreType - keystore type of the trust keystoretrustStorePassword - password to the trust keystore
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception