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