type GCPKMS struct {
// contains filtered or unexported fields
}
GCPKMS is a Google Cloud Platform KMS client
A wrapper for configuring gcloud, and consuming
their KMS service for encrypt/decrypt and key management/acls
KMS is a contract interface that must be implemented for sctl to talk to the backing KMS service's
two methods of Encrypt and Decrypt, that return byte slices of plaintext/cyphertext respectively and
any unwrapped errors that surface from the operation.