Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GcpKmsSigner ¶
type GcpKmsSigner struct {
// contains filtered or unexported fields
}
func NewGcpKmsSigner ¶
func NewGcpKmsSigner(keyUrl string) (*GcpKmsSigner, error)
func (GcpKmsSigner) Public ¶
func (g GcpKmsSigner) Public() crypto.PublicKey
PublicKey returns an associated PublicKey instance.
func (GcpKmsSigner) Sign ¶
func (g GcpKmsSigner) Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) (signature []byte, err error)
Click to show internal directories.
Click to hide internal directories.