Class KeyGeneratorImpl
java.lang.Object
de.adorsys.keymanagement.keyrotation.impl.services.KeyGeneratorImpl
- All Implemented Interfaces:
KeyGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionKeyGeneratorImpl(de.adorsys.keymanagement.api.Juggler juggler, KeyRotationConfig config) -
Method Summary
Modifier and TypeMethodDescriptionde.adorsys.keymanagement.api.types.template.ProvidedKeyTemplategenerateValidKey(Instant now, KeyType forType)
-
Constructor Details
-
KeyGeneratorImpl
@Inject public KeyGeneratorImpl(de.adorsys.keymanagement.api.Juggler juggler, KeyRotationConfig config)
-
-
Method Details
-
generateValidKey
public de.adorsys.keymanagement.api.types.template.ProvidedKeyTemplate generateValidKey(Instant now, KeyType forType) - Specified by:
generateValidKeyin interfaceKeyGenerator
-