io.kestra.plugin.crypto.openpgp.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-crypto Show documentation
Show all versions of plugin-crypto Show documentation
Secure data using encryption and decryption in Kestra pipelines.
The newest version!
@PluginSubGroup(
description = "This sub-group of plugins contains tasks for encrypting and decrypting files.",
categories = PluginSubGroup.PluginCategory.TRANSFORMATION
)
package io.kestra.plugin.crypto.openpgp;
import io.kestra.core.models.annotations.PluginSubGroup;