Class TextEncryptorConfigBootstrapper
java.lang.Object
org.springframework.cloud.bootstrap.TextEncryptorConfigBootstrapper
- All Implemented Interfaces:
org.springframework.boot.BootstrapRegistryInitializer
public class TextEncryptorConfigBootstrapper
extends Object
implements org.springframework.boot.BootstrapRegistryInitializer
Bootstrapper.
- Since:
- 3.0.0
- Author:
- Marcin Grzejszczak
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.springframework.boot.BootstrapRegistry registry) static booleankeysConfigured(KeyProperties properties) Deprecated.
-
Field Details
-
RSA_IS_PRESENT
public static final boolean RSA_IS_PRESENTRsaSecretEncryptor present.
-
-
Constructor Details
-
TextEncryptorConfigBootstrapper
public TextEncryptorConfigBootstrapper()
-
-
Method Details
-
initialize
public void initialize(org.springframework.boot.BootstrapRegistry registry) - Specified by:
initializein interfaceorg.springframework.boot.BootstrapRegistryInitializer
-
keysConfigured
Deprecated.
-