org.cumulus4j.keymanager.front.webapp
Class DateDependentKeyStrategyService
java.lang.Object
org.cumulus4j.keymanager.front.webapp.AbstractService
org.cumulus4j.keymanager.front.webapp.DateDependentKeyStrategyService
public class DateDependentKeyStrategyService
- extends AbstractService
REST service to work with a KeyStore
via the DateDependentKeyStrategy
.
At the moment, it only provides an initialisation method, but others might follow later.
- Author:
- Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateDependentKeyStrategyService
public DateDependentKeyStrategyService()
init
public DateDependentKeyStrategyInitResult init(String keyStoreID,
DateDependentKeyStrategyInitParam param)
- Initialise a
KeyStore
by delegating to DateDependentKeyStrategy.init(String, char[], long, long)
.
- Parameters:
keyStoreID
- identifier of the key-store to work with.param
- parameters controlling how the initialisation should behave.
- Returns:
- summary-result of the initialisation.
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.