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
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
SetIsInsecure(v bool)
SetCerts(paths []string)
}
IVeraisonClient is an interface for dealing with Veraison's apiclient/verification ChallengeResponseConfig objects
Click to show internal directories.
Click to hide internal directories.