Class Ca3sFallbackBundleFactory
- java.lang.Object
-
- de.trustable.ca3s.core.security.provider.Ca3sFallbackBundleFactory
-
- All Implemented Interfaces:
de.trustable.ca3s.cert.bundle.BundleFactory
public class Ca3sFallbackBundleFactory extends Object implements de.trustable.ca3s.cert.bundle.BundleFactory
-
-
Constructor Summary
Constructors Constructor Description Ca3sFallbackBundleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.trustable.ca3s.cert.bundle.KeyCertBundlenewKeyBundle(String bundleName, long minValiditySeconds)
-
-
-
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
-
-