Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (Service) Sign ¶
func (s Service) Sign(data []byte) (internalidentity.SignedData, error)
func (Service) Verify ¶
func (s Service) Verify(signedData internalidentity.SignedData) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.