Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Method and Description |
---|---|
KeyOperationPolicyBuilder |
KeyOperationPolicyBuilder.add(Collection<? extends KeyOperation> ops)
Adds the specified key operations to the policy's total set of supported key operations
used to validate a key's intended usage, replacing any existing ones with identical
id s. |
KeyOperationPolicyBuilder |
KeyOperationPolicyBuilder.add(KeyOperation op)
Adds the specified key operation to the policy's total set of supported key operations
used to validate a key's intended usage, replacing any existing one with an identical (CaSe-SeNsItIvE)
id . |
static KeyOperationPolicyBuilder |
Jwks.OP.policy()
Creates a new
KeyOperationPolicyBuilder for creating custom KeyOperationPolicy instances. |
KeyOperationPolicyBuilder |
KeyOperationPolicyBuilder.unrelated()
Allows a JWK to have unrelated
KeyOperation s in its key_ops parameter values. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.