| Class | Description |
|---|---|
| ByteEncryptorStringEncryptorDelegate |
String Encryptor that delegates always to a
ByteEncryptor and converts results to/from Base64 for string
representation. |
| DefaultLazyEncryptor |
Default Lazy Encryptor that delegates to a custom
StringEncryptor bean or creates a default PooledPBEStringEncryptor or SimpleAsymmetricStringEncryptor
based on what properties are provided |
| SimpleAsymmetricByteEncryptor |
Vanilla implementation of an asymmetric encryptor that relies on
AsymmetricCryptography
Keys are lazily loaded from SimpleAsymmetricConfig |
| SimpleAsymmetricConfig |
High level configuration class that provides a fallback mechanism to load private/public keys from three different
sources in the following order:
|
| SimpleAsymmetricStringEncryptor |
StringEncryptor version of SimpleAsymmetricByteEncryptor that just relies on
delegation from ByteEncryptorStringEncryptorDelegate and provides a constructor for SimpleAsymmetricConfig |
| SimplePBEByteEncryptor | |
| SimplePBEStringEncryptor |
Copyright © 2020. All rights reserved.