at.gv.egovernment.moa.spss.server.iaik.config
Class CertStoreConfigurationImpl

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.iaik.config.AbstractObservableConfiguration
        |
        +--at.gv.egovernment.moa.spss.server.iaik.config.CertStoreConfigurationImpl
All Implemented Interfaces:
iaik.pki.store.certstore.CertStoreConfiguration, iaik.servertools.observer.Observable

public class CertStoreConfigurationImpl
extends AbstractObservableConfiguration
implements iaik.pki.store.certstore.CertStoreConfiguration

An implementation of the CertStoreConfiguration interface based on MOA configuration data.

Version:
$Id$
Author:
Patrick Peck
See Also:
CertStoreConfiguration

Constructor Summary
CertStoreConfigurationImpl(ConfigurationProvider config)
          Create a new CertStoreConfigurationImpl.
 
Method Summary
 iaik.pki.store.certstore.CertStoreParameters[] getParameters()
           
 
Methods inherited from class at.gv.egovernment.moa.spss.server.iaik.config.AbstractObservableConfiguration
addObserver, notify, removeObserver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface iaik.servertools.observer.Observable
addObserver, notify, removeObserver
 

Constructor Detail

CertStoreConfigurationImpl

public CertStoreConfigurationImpl(ConfigurationProvider config)
Create a new CertStoreConfigurationImpl.
Parameters:
config - The MOA configuration from which the configuration data is being read.
Method Detail

getParameters

public iaik.pki.store.certstore.CertStoreParameters[] getParameters()
Specified by:
getParameters in interface iaik.pki.store.certstore.CertStoreConfiguration
See Also:
CertStoreConfiguration.getParameters()