Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Method and Description |
---|---|
static KeyOperationBuilder |
Jwks.OP.builder()
Creates a new
KeyOperationBuilder for creating custom KeyOperation instances. |
KeyOperationBuilder |
KeyOperationBuilder.description(String description)
Sets the key operation
description . |
KeyOperationBuilder |
KeyOperationBuilder.id(String id)
Sets the CaSe-SeNsItIvE
id expected to be unique compared to all other
KeyOperation s. |
KeyOperationBuilder |
KeyOperationBuilder.related(String id)
Indicates that the
KeyOperation with the given id is cryptographically
related (and complementary) to this one, and may be specified together in a JWK's
operations set. |
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.