Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DaemonConfig ¶
type MessageLogFile ¶
type ServiceClaims ¶
type SigningMethodED25519 ¶
type SigningMethodED25519 struct{}
func (SigningMethodED25519) Alg ¶
func (s SigningMethodED25519) Alg() string
func (SigningMethodED25519) Sign ¶
func (s SigningMethodED25519) Sign(signingString string, key interface{}) (string, error)
func (SigningMethodED25519) Verify ¶
func (s SigningMethodED25519) Verify(signingString, signature string, key interface{}) error
Click to show internal directories.
Click to hide internal directories.