Class EncryptorAesCbc

  • All Implemented Interfaces:
    Encryptor

    @Deprecated(since="0.15.0",
                forRemoval=true)
    public class EncryptorAesCbc
    extends Object
    implements Encryptor
    Deprecated, for removal: This API element is subject to removal in a future version.
    Will be removed due to security issues. Current implementation is used for migration only.
    • Field Detail

      • ENCRYPTION_TRANSFORMATION

        public static final String ENCRYPTION_TRANSFORMATION
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EncryptorAesCbc

        public EncryptorAesCbc​(String password)
        Deprecated, for removal: This API element is subject to removal in a future version.