Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JWK ¶
type JWK struct { Key interface{} Certificates []*x509.Certificate KeyID string Algorithm string Use string }
JWK represents a RFC 7517 JSON Web Key JWK
func (*JWK) MarshalJSON ¶
MarshalJSON serializes the JWK to actual JSON
func (*JWK) UnmarshalJSON ¶
UnmarshalJSON parses a JWK from JSON Data
Click to show internal directories.
Click to hide internal directories.