Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Method and Description |
---|---|
JwkSetBuilder |
JwkSetBuilder.add(Collection<Jwk<?>> c)
Appends the specified
Jwk collection to the JWK Set. |
JwkSetBuilder |
JwkSetBuilder.add(Jwk<?> jwk)
Appends the specified
jwk to the set. |
JwkSetBuilder |
JwkSetBuilder.keys(Collection<Jwk<?>> c)
Sets the
JwkSet keys parameter value; per standard Java setter idioms, this is a
full replacement operation, removing any previous keys from the set. |
static JwkSetBuilder |
Jwks.set()
Return a new builder used to create
JwkSet s. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.