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
  • Field Details

    • RSA_IS_PRESENT

      public static final boolean RSA_IS_PRESENT
      RsaSecretEncryptor present.
  • Constructor Details

    • TextEncryptorConfigBootstrapper

      public TextEncryptorConfigBootstrapper()
  • Method Details

    • initialize

      public void initialize(org.springframework.boot.BootstrapRegistry registry)
      Specified by:
      initialize in interface org.springframework.boot.BootstrapRegistryInitializer
    • keysConfigured

      @Deprecated public static boolean keysConfigured(KeyProperties properties)
      Deprecated.