# Functions

IsEncryptedSecret checks if the given object is a Kubernetes Secret encrypted with Mozilla SOPS.
NewDecryptor creates a new Decryptor for the given kustomization.
NewTempDecryptor creates a new Decryptor, with a temporary GnuPG home directory to Decryptor.ImportKeys() into.

# Constants

DecryptionAgeExt is the extension of the file containing an age key file.
DecryptionAWSKmsFile is the name of the file containing the AWS KMS credentials.
DecryptionAzureAuthFile is the name of the file containing the Azure credentials.
DecryptionGCPCredsFile is the name of the file containing the GCP credentials.
DecryptionPGPExt is the extension of the file containing an armored PGP key.
DecryptionProviderSOPS is the SOPS provider name.
DecryptionVaultTokenFileName is the name of the file containing the Hashicorp Vault token.

# Structs

Decryptor performs decryption operations for a v1.Kustomization.