Package de.adorsys.sts.keyrotation
Klasse KeyRotationManagementConfigurationProperties
java.lang.Object
de.adorsys.sts.keyrotation.KeyRotationManagementConfigurationProperties
- Alle implementierten Schnittstellen:
KeyManagementRotationProperties
@Component
@ConfigurationProperties(prefix="sts.keymanagement.rotation")
@Validated
public class KeyRotationManagementConfigurationProperties
extends Object
implements KeyManagementRotationProperties
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classVon Schnittstelle geerbte verschachtelte Klassen/Schnittstellen de.adorsys.sts.keymanagement.config.KeyManagementRotationProperties
KeyManagementRotationProperties.KeyRotationProperties -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidsetEncKeyPairs(KeyRotationManagementConfigurationProperties.KeyRotationConfigurationProperties encKeyPairs) voidsetSecretKeys(KeyRotationManagementConfigurationProperties.KeyRotationConfigurationProperties secretKeys) voidsetSignKeyPairs(KeyRotationManagementConfigurationProperties.KeyRotationConfigurationProperties signKeyPairs)
-
Konstruktordetails
-
KeyRotationManagementConfigurationProperties
public KeyRotationManagementConfigurationProperties()
-
-
Methodendetails
-
getEncKeyPairs
- Angegeben von:
getEncKeyPairsin SchnittstelleKeyManagementRotationProperties
-
getSignKeyPairs
- Angegeben von:
getSignKeyPairsin SchnittstelleKeyManagementRotationProperties
-
getSecretKeys
- Angegeben von:
getSecretKeysin SchnittstelleKeyManagementRotationProperties
-
setEncKeyPairs
public void setEncKeyPairs(KeyRotationManagementConfigurationProperties.KeyRotationConfigurationProperties encKeyPairs) -
setSignKeyPairs
public void setSignKeyPairs(KeyRotationManagementConfigurationProperties.KeyRotationConfigurationProperties signKeyPairs) -
setSecretKeys
public void setSecretKeys(KeyRotationManagementConfigurationProperties.KeyRotationConfigurationProperties secretKeys)
-