package
0.28.0
Repository: https://github.com/bitnami-labs/sealed-secrets.git
Documentation: pkg.go.dev

# Functions

GeneratePrivateKeyAndCert generates a keypair and signed certificate.
HybridDecrypt performs a regular AES-GCM + RSA-OAEP decryption.
HybridEncrypt performs a regular AES-GCM + RSA-OAEP encryption.
PublicKeyFingerprint returns a fingerprint for a public key.
SignKey returns a signed certificate.
SignKeyWithNotBefore returns a signed certificate with custom notBefore.

# Variables

ErrTooShort indicates the provided data is too short to be valid.