Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RSAAlgorithm ¶
type RSAAlgorithm struct {
// contains filtered or unexported fields
}
func (*RSAAlgorithm) Name ¶
func (a *RSAAlgorithm) Name() string
func (*RSAAlgorithm) Sign ¶
func (a *RSAAlgorithm) Sign(privateKey []byte, data []byte) ([]byte, error)
func (*RSAAlgorithm) ValidateSignature ¶
func (a *RSAAlgorithm) ValidateSignature(publicKey []byte, signature []byte, data []byte) error
Click to show internal directories.
Click to hide internal directories.