Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KMS ¶
type KMS struct { crypto.Signer // https://golang.org/pkg/crypto/#Signer PublicKeyFile string ProjectId string LocationId string KeyRing string Key string KeyVersion string ECCRawOutput bool // for ECC keys, output raw signatures. If false, signature is ans1 formatted SignatureAlgorithm x509.SignatureAlgorithm // contains filtered or unexported fields }
func NewKMSCrypto ¶
func (KMS) TLSCertificate ¶
func (t KMS) TLSCertificate() (tls.Certificate, error)
Click to show internal directories.
Click to hide internal directories.