Class ClearTextEncryptionProvider

  • All Implemented Interfaces:
    EncryptionProvider

    public final class ClearTextEncryptionProvider
    extends Object
    implements EncryptionProvider
    An "non-encrypting" encryption provider. The use case for this provider is to provide users with a way to hand-edit their JSON credentials files. They may set the provider ID to "notencrypted" and then specify a clear-text password. This is not intended to every be set as the currentEncryptor.