Documentation
¶
Index ¶
- func DecodeJWS(token string, encodedPubKey string) ([]byte, error)
- func DecodeJWSNoVerify(token string) ([]byte, error)
- func DecryptJWE(key string, token string) ([]byte, error)
- func EncodeJWS(payload interface{}, privkey string) (string, error)
- func EncryptJWE(key string, payload interface{}) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeJWSNoVerify ¶
func EncryptJWE ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.