Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MasheryMd5sum ¶
type MasheryMd5sum struct{}
func (MasheryMd5sum) Hash ¶
func (m MasheryMd5sum) Hash(token string, sharedSecret string, timeStamp int64) []byte
func (MasheryMd5sum) Name ¶
func (m MasheryMd5sum) Name() string
type MasherySha256Sum ¶
type MasherySha256Sum struct{}
func (MasherySha256Sum) Hash ¶
func (m MasherySha256Sum) Hash(token string, sharedSecret string, timeStamp int64) []byte
func (MasherySha256Sum) Name ¶
func (m MasherySha256Sum) Name() string
type SignatureValidator ¶
type SignatureValidator struct {
// contains filtered or unexported fields
}
func (*SignatureValidator) Init ¶
func (v *SignatureValidator) Init(hasherName string) error
Click to show internal directories.
Click to hide internal directories.