Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ECDSAPrivateKey ¶
type ECDSAPrivateKey struct {
Value *ecdsa.PrivateKey
}
func (*ECDSAPrivateKey) PublicKey ¶
func (k *ECDSAPrivateKey) PublicKey() ecdsa.PublicKey
type ECDSASigner ¶
type KMSClient ¶
type KMSClient struct { Client *kms.KeyManagementClient // contains filtered or unexported fields }
Client is a client for interacting with the Google Cloud KMS API
func NewKMSClient ¶
Click to show internal directories.
Click to hide internal directories.