Class LocalADCSBundleFactory
- java.lang.Object
-
- de.trustable.ca3s.adcsKeyStore.provider.LocalADCSBundleFactory
-
- All Implemented Interfaces:
de.trustable.ca3s.cert.bundle.BundleFactory
public class LocalADCSBundleFactory extends Object implements de.trustable.ca3s.cert.bundle.BundleFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_STORE_PROPERTIES_PREFIX
-
Constructor Summary
Constructors Constructor Description LocalADCSBundleFactory(PropertyProvider propProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.trustable.ca3s.cert.bundle.KeyCertBundlenewKeyBundle(String bundleName, long minValiditySeconds)
-
-
-
Field Detail
-
KEY_STORE_PROPERTIES_PREFIX
public static final String KEY_STORE_PROPERTIES_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LocalADCSBundleFactory
public LocalADCSBundleFactory(PropertyProvider propProvider)
- Parameters:
propProvider-
-
-
Method Detail
-
newKeyBundle
public de.trustable.ca3s.cert.bundle.KeyCertBundle newKeyBundle(String bundleName, long minValiditySeconds) throws GeneralSecurityException
- Specified by:
newKeyBundlein interfacede.trustable.ca3s.cert.bundle.BundleFactory- Throws:
GeneralSecurityException
-
-