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 Classes Modifier and Type Class Description static classTextEncryptorConfigBootstrapper.FailsafeTextEncryptorDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static booleanRSA_IS_PRESENTRsaSecretEncryptor present.
-
Constructor Summary
Constructors Constructor Description TextEncryptorConfigBootstrapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidinitialize(org.springframework.boot.BootstrapRegistry registry)static booleankeysConfigured(KeyProperties properties)Deprecated.
-
-
-
Method Detail
-
initialize
public void initialize(org.springframework.boot.BootstrapRegistry registry)
- Specified by:
initializein interfaceorg.springframework.boot.BootstrapRegistryInitializer
-
keysConfigured
@Deprecated public static boolean keysConfigured(KeyProperties properties)
Deprecated.
-
-