| Package | Description |
|---|---|
| io.jsonwebtoken.security |
| Modifier and Type | Method and Description |
|---|---|
EcPublicJwkBuilder |
DynamicJwkBuilder.ecChain(List<X509Certificate> chain)
Ensures the builder will create an
EcPublicJwk for the specified Java X509Certificate chain. |
EcPublicJwkBuilder |
DynamicJwkBuilder.key(ECPublicKey key)
Ensures the builder will create an
EcPublicJwk for the specified Java ECPublicKey. |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.