Class EncryptionBootstrapConfiguration.FailsafeTextEncryptor
java.lang.Object
org.springframework.cloud.bootstrap.encrypt.TextEncryptorUtils.FailsafeTextEncryptor
org.springframework.cloud.bootstrap.encrypt.EncryptionBootstrapConfiguration.FailsafeTextEncryptor
- All Implemented Interfaces:
org.springframework.security.crypto.encrypt.TextEncryptor
- Enclosing class:
EncryptionBootstrapConfiguration
@Deprecated
protected static class EncryptionBootstrapConfiguration.FailsafeTextEncryptor
extends TextEncryptorUtils.FailsafeTextEncryptor
Deprecated.
- Author:
- Dave Syer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TextEncryptorUtils.FailsafeTextEncryptor
decrypt, encrypt, getDelegate, setDelegate
-
Constructor Details
-
FailsafeTextEncryptor
protected FailsafeTextEncryptor()Deprecated.
-