Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Fs = afero.NewOsFs()
Functions ¶
func MakeFileName ¶
func MustHexDecode ¶
func PubKeyFromJWK ¶
PubKeyFromJWK extracts a crypto.PublicKey from the supplied JSON Web Key
func SignerFromJWK ¶
SignerFromJWK creates a go-cose Signer object from the supplied JSON Web Key (JWK) description
Types ¶
type IVeraisonClient ¶
type IVeraisonClient interface { Run() ([]byte, error) SetNonce(nonce []byte) error SetSessionURI(u string) error SetEvidenceBuilder(eb verification.EvidenceBuilder) error SetDeleteSession(v bool) SetNonceSz(nonceSz uint) error }
IVeraisonClient is an interface for dealing with Veraison's apiclient/verification ChallengeResponseConfig objects
Click to show internal directories.
Click to hide internal directories.