Documentation ¶
Overview ¶
JWK 関係。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key interface { // kty Type() string // use Use() string // key_ops Operations() map[string]bool // alg Algorithm() string // kid Id() string Public() crypto.PublicKey Private() crypto.PrivateKey Common() []byte // json.Marshal すると JWK になるようなマップを返す。 ToMap() map[string]interface{} }
Click to show internal directories.
Click to hide internal directories.