Documentation
¶
Overview ¶
Package google provides functions for key and signer generation in Google KMS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsymKey ¶
AsymKey creates a new asymmetric signing key in Google KMS and returns a cloudkms.Key (the "raw" result isn't needed)
Types ¶
type GoogleKMSCrypter ¶ added in v0.8.0
type GoogleKMSCrypter struct {
// contains filtered or unexported fields
}
func NewGoogleKMSCrypter ¶ added in v0.8.0
func NewGoogleKMSCrypter(key []byte) *GoogleKMSCrypter
NewGoogleKMSCrypter creates a new GoogleKMSCrypter with the specified key (KMS key resource name)
Click to show internal directories.
Click to hide internal directories.