Uses of Interface
org.springframework.cloud.config.server.encryption.TextEncryptorLocator
Packages that use TextEncryptorLocator
Package
Description
-
Uses of TextEncryptorLocator in org.springframework.cloud.config.server.config
Methods in org.springframework.cloud.config.server.config that return TextEncryptorLocatorModifier and TypeMethodDescriptionRsaEncryptionAutoConfiguration.textEncryptorLocator(org.springframework.cloud.bootstrap.encrypt.KeyProperties key, org.springframework.cloud.bootstrap.encrypt.RsaProperties rsaProperties) Methods in org.springframework.cloud.config.server.config with parameters of type TextEncryptorLocatorModifier and TypeMethodDescriptionorg.springframework.security.crypto.encrypt.TextEncryptorDefaultTextEncryptionAutoConfiguration.defaultLocatorBasedTextEncryptor(TextEncryptorLocator locator) EncryptionAutoConfiguration.environmentEncryptor(TextEncryptorLocator locator, org.springframework.security.crypto.encrypt.TextEncryptor encryptor) -
Uses of TextEncryptorLocator in org.springframework.cloud.config.server.encryption
Classes in org.springframework.cloud.config.server.encryption that implement TextEncryptorLocatorModifier and TypeClassDescriptionclassATextEncryptorLocatorthat pulls RSA key pairs out of a keystore.classConstructors in org.springframework.cloud.config.server.encryption with parameters of type TextEncryptorLocatorModifierConstructorDescriptionCipherEnvironmentEncryptor(TextEncryptorLocator encryptor) CipherResourceJsonEncryptor(TextEncryptorLocator encryptor) CipherResourceYamlEncryptor(TextEncryptorLocator encryptor) EncryptionController(TextEncryptorLocator encryptorLocator) LocatorTextEncryptor(TextEncryptorLocator locator)