| Package | Description |
|---|---|
| io.jsonwebtoken.security |
| Modifier and Type | Method and Description |
|---|---|
RsaPrivateJwkBuilder |
DynamicJwkBuilder.key(RSAPrivateKey key)
Ensures the builder will create an
RsaPrivateJwk for the specified Java RSAPrivateKey. |
RsaPrivateJwkBuilder |
DynamicJwkBuilder.rsaKeyPair(KeyPair keyPair)
Ensures the builder will create an
RsaPrivateJwk for the specified Java RSA
KeyPair. |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.