package helpers
import "github.com/containers/ocicrypt/helpers"
Index ¶
- func CreateCryptoConfig(recipients []string, keys []string) (encconfig.CryptoConfig, error)
- func CreateDecryptCryptoConfig(keys []string, decRecipients []string) (encconfig.CryptoConfig, error)
Functions ¶
func CreateCryptoConfig ¶
func CreateCryptoConfig(recipients []string, keys []string) (encconfig.CryptoConfig, error)
CreateCryptoConfig from the list of recipient strings and list of key paths of private keys
func CreateDecryptCryptoConfig ¶
func CreateDecryptCryptoConfig(keys []string, decRecipients []string) (encconfig.CryptoConfig, error)
CreateDecryptCryptoConfig creates the CryptoConfig object that contains the necessary information to perform decryption from command line options.
Source Files ¶
- Version
- v1.1.1
- Published
- Apr 12, 2021
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- 4 hours ago –
Tools for package owners.