public class TextEncryptorConfigBootstrapper extends Object implements org.springframework.boot.Bootstrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
TextEncryptorConfigBootstrapper.FailsafeTextEncryptor
TextEncryptor that just fails, so that users don't get a false sense of security
adding ciphers to config files and not getting them decrypted.
|
| Constructor and Description |
|---|
TextEncryptorConfigBootstrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
intitialize(org.springframework.boot.BootstrapRegistry registry) |
static boolean |
keysConfigured(KeyProperties properties) |
static org.springframework.security.crypto.encrypt.TextEncryptor |
rsaTextEncryptor(KeyProperties keyProperties,
RsaProperties rsaProperties) |
public void intitialize(org.springframework.boot.BootstrapRegistry registry)
intitialize in interface org.springframework.boot.Bootstrapperpublic static org.springframework.security.crypto.encrypt.TextEncryptor rsaTextEncryptor(KeyProperties keyProperties, RsaProperties rsaProperties)
public static boolean keysConfigured(KeyProperties properties)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.