Package de.adorsys.sts.keymanagement
Class KeyManagementConfigurationProperties.KeyStoreConfigurationProperties.KeysConfigurationProperties.SecretKeyConfigurationProperties
java.lang.Object
de.adorsys.sts.keymanagement.KeyManagementConfigurationProperties.KeyStoreConfigurationProperties.KeysConfigurationProperties.SecretKeyConfigurationProperties
- All Implemented Interfaces:
KeyManagementProperties.KeyStoreProperties.KeysProperties.SecretKeyProperties
- Enclosing class:
- KeyManagementConfigurationProperties.KeyStoreConfigurationProperties.KeysConfigurationProperties
@Validated
public static class KeyManagementConfigurationProperties.KeyStoreConfigurationProperties.KeysConfigurationProperties.SecretKeyConfigurationProperties
extends Object
implements KeyManagementProperties.KeyStoreProperties.KeysProperties.SecretKeyProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlgo()getSize()voidvoidsetInitialCount(Integer initialCount) voidsetLegacyInterval(Long legacyInterval) voidvoidsetValidityInterval(Long validityInterval)
-
Constructor Details
-
SecretKeyConfigurationProperties
public SecretKeyConfigurationProperties()
-
-
Method Details
-
getInitialCount
- Specified by:
getInitialCountin interfaceKeyManagementProperties.KeyStoreProperties.KeysProperties.SecretKeyProperties
-
setInitialCount
-
getAlgo
- Specified by:
getAlgoin interfaceKeyManagementProperties.KeyStoreProperties.KeysProperties.SecretKeyProperties
-
setAlgo
-
getSize
- Specified by:
getSizein interfaceKeyManagementProperties.KeyStoreProperties.KeysProperties.SecretKeyProperties
-
setSize
-
getValidityInterval
- Specified by:
getValidityIntervalin interfaceKeyManagementProperties.KeyStoreProperties.KeysProperties.SecretKeyProperties
-
getLegacyInterval
- Specified by:
getLegacyIntervalin interfaceKeyManagementProperties.KeyStoreProperties.KeysProperties.SecretKeyProperties
-
setValidityInterval
-
setLegacyInterval
-