Uses of Class
org.springframework.cloud.bootstrap.encrypt.KeyProperties
Packages that use KeyProperties
Package
Description
Spring Cloud bootstrap abstractions.
-
Uses of KeyProperties in org.springframework.cloud.bootstrap
Methods in org.springframework.cloud.bootstrap with parameters of type KeyPropertiesModifier and TypeMethodDescriptionstatic booleanTextEncryptorConfigBootstrapper.keysConfigured(KeyProperties properties) Deprecated.Constructors in org.springframework.cloud.bootstrap with parameters of type KeyPropertiesModifierConstructorDescriptionTextEncryptorBindHandler(org.springframework.security.crypto.encrypt.TextEncryptor textEncryptor, KeyProperties keyProperties) -
Uses of KeyProperties in org.springframework.cloud.bootstrap.encrypt
Methods in org.springframework.cloud.bootstrap.encrypt that return KeyPropertiesMethods in org.springframework.cloud.bootstrap.encrypt with parameters of type KeyPropertiesModifier and TypeMethodDescriptionstatic org.springframework.security.crypto.encrypt.TextEncryptorEncryptionBootstrapConfiguration.createTextEncryptor(KeyProperties keyProperties, RsaProperties rsaProperties) Deprecated.static org.springframework.security.crypto.encrypt.TextEncryptorTextEncryptorUtils.createTextEncryptor(KeyProperties keyProperties, RsaProperties rsaProperties) Utility to create aTextEncryptorvia properties.EncryptionBootstrapConfiguration.environmentDecryptApplicationListener(org.springframework.context.ConfigurableApplicationContext context, KeyProperties keyProperties) static booleanTextEncryptorUtils.keysConfigured(KeyProperties properties) Is a key configured.org.springframework.security.crypto.encrypt.TextEncryptorEncryptionBootstrapConfiguration.RsaEncryptionConfiguration.textEncryptor(KeyProperties keyProperties, RsaProperties rsaProperties)