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