Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JWKSetsData ¶
type JWKSetsData struct {
Data []byte
}
type KeysStorage ¶
type KeysStorage interface {
ReadPrivateKey() (*PrivateKeyData, error)
WritePrivateKey(key PrivateKeyData) error
ReadJWKSets() (*JWKSetsData, error)
WriteJWKSets(jwksSets JWKSetsData) error
}
type PrivateKeyData ¶
type PrivateKeyData struct {
Data []byte
}
Click to show internal directories.
Click to hide internal directories.