Documentation ¶
Index ¶
Constants ¶
View Source
const (
SigningAlg = jose.RS256
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteSigner ¶
type ConfigurableSigner ¶
type ConfigurableSigner struct { SignerOptions *jose.SignerOptions ByteSigner ByteSigner }
func (ConfigurableSigner) Options ¶
func (s ConfigurableSigner) Options() jose.SignerOptions
func (ConfigurableSigner) Sign ¶
func (s ConfigurableSigner) Sign(payload []byte) (*jose.JSONWebSignature, error)
type KmsByteSigner ¶
type KmsByteSigner struct { Client *kms.KeyManagementClient KmsKeyPath string }
Click to show internal directories.
Click to hide internal directories.