package
1.11.9
Repository: https://github.com/xmidt-org/webpa-common.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewKeyStore exchanges a Configuration for a KeyStore.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BasicHandler provides the common behaviors needed by all keyserver handlers.
Configuration provides the basic, JSON-marshallable configuration for the keyserver.
IssueHandler issues JWS tokens.
IssueRequest contains the information necessary for issuing a JWS.
KeyHandler handles key-related requests.
KeyStore provides a single access point for a set of keys, keyed by their key identifiers or kid values in JWTs.
NumericDate represents a JWT NumericDate as specified in: https://tools.ietf.org/html/rfc7519#section-2 A number of formats for numeric dates are allowed, and each is converted appropriately: (1) An int64 value, which is interpreted as the exact value to use (2) A valid time.Duration, which is added to time.Now() to compute the value (3) An absolute date specified in RFC33399 or RFC822 formates.
No description provided by the author
SigningMethod is a custom type which holds the alg value.