Uses of Enum Class
de.adorsys.keymanagement.keyrotation.api.types.KeyType
Packages that use KeyType
Package
Description
-
Uses of KeyType in de.adorsys.keymanagement.keyrotation.api.services
Methods in de.adorsys.keymanagement.keyrotation.api.services with parameters of type KeyTypeModifier and TypeMethodDescriptionde.adorsys.keymanagement.api.types.template.ProvidedKeyTemplateKeyGenerator.generateValidKey(Instant now, KeyType forType) Method parameters in de.adorsys.keymanagement.keyrotation.api.services with type arguments of type KeyTypeModifier and TypeMethodDescriptionKeyView.withValidity(Map<KeyType, Collection<KeyStatus>> validityMap) -
Uses of KeyType in de.adorsys.keymanagement.keyrotation.api.types
Fields in de.adorsys.keymanagement.keyrotation.api.types with type parameters of type KeyTypeModifier and TypeFieldDescriptionstatic final Map<KeyType,Collection<KeyStatus>> CommonValidities.DEFAULT_VALIDITYstatic final com.googlecode.cqengine.attribute.Attribute<de.adorsys.keymanagement.api.types.entity.KeyEntry,KeyType> KeyState.TYPEMethods in de.adorsys.keymanagement.keyrotation.api.types that return KeyTypeModifier and TypeMethodDescriptionstatic KeyTypeReturns the enum constant of this class with the specified name.static KeyType[]KeyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.adorsys.keymanagement.keyrotation.api.types that return types with arguments of type KeyTypeModifier and TypeMethodDescriptionKeyRotationConfig.getCountValidByType()Required amount of `Valid` (usable both for encryption/decryption) in KeyStore per each type.KeyRotationConfig.getEnabledFor()For which key types rotation is enabled.RotationConfig.getEnabledFor()KeyRotationConfig.getKeyTemplate()Which algorithms are associated with a key - i.e. -
Uses of KeyType in de.adorsys.keymanagement.keyrotation.impl.services
Methods in de.adorsys.keymanagement.keyrotation.impl.services with parameters of type KeyTypeModifier and TypeMethodDescriptionde.adorsys.keymanagement.api.types.template.ProvidedKeyTemplateKeyGeneratorImpl.generateValidKey(Instant now, KeyType forType) Method parameters in de.adorsys.keymanagement.keyrotation.impl.services with type arguments of type KeyTypeModifier and TypeMethodDescriptionKeyViewImpl.withValidity(Map<KeyType, Collection<KeyStatus>> validityMap)