Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EcdsaP256Sha256VerifyingAlgorithm ¶
type EcdsaP256Sha256VerifyingAlgorithm struct {
EcdsaVerifyingAlgorithm
}
func NewEcdsaSha256VerifyingAlgorithm ¶
func NewEcdsaSha256VerifyingAlgorithm(key *ecdsa.PublicKey) EcdsaP256Sha256VerifyingAlgorithm
func (EcdsaP256Sha256VerifyingAlgorithm) Name ¶
func (alg EcdsaP256Sha256VerifyingAlgorithm) Name() string
type EcdsaP384Sha384VerifyingAlgorithm ¶
type EcdsaP384Sha384VerifyingAlgorithm struct {
EcdsaVerifyingAlgorithm
}
func NewEcdsaSha384VerifyingAlgorithm ¶
func NewEcdsaSha384VerifyingAlgorithm(key *ecdsa.PublicKey) EcdsaP384Sha384VerifyingAlgorithm
func (EcdsaP384Sha384VerifyingAlgorithm) Name ¶
func (alg EcdsaP384Sha384VerifyingAlgorithm) Name() string
type EcdsaVerifyingAlgorithm ¶
type EcdsaVerifyingAlgorithm struct {
// contains filtered or unexported fields
}
type HttpMessageVerifier ¶
type HttpMessageVerifier struct {
// contains filtered or unexported fields
}
func (*HttpMessageVerifier) VerifyRequest ¶
func (hmv *HttpMessageVerifier) VerifyRequest(req *http.Request) (res VerifyResult, err error)
type VerifyResult ¶
type VerifyResult struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.