AdroitLogic UltraESB v1.7.0

org.adroitlogic.as2.util
Class KeystoreManager

java.lang.Object
  extended by 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
 
Method Summary
 void afterPropertiesSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 keystore
identityStoreType - keystore type of the identity keystore
identityStorePassword - password to the identity keystore
trustStorePath - path to the trust keystore
trustStoreType - keystore type of the trust keystore
trustStorePassword - password to the trust keystore
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

Copyright (c) 2010-2012 AdroitLogic Private Ltd. All rights reserved.