| Package | Description |
|---|---|
| io.jsonwebtoken.security |
| Modifier and Type | Method and Description |
|---|---|
EcPrivateJwkBuilder |
DynamicJwkBuilder.ecKeyPair(KeyPair keyPair)
Ensures the builder will create an
EcPrivateJwk for the specified Java Elliptic Curve
KeyPair. |
EcPrivateJwkBuilder |
DynamicJwkBuilder.key(ECPrivateKey key)
Ensures the builder will create an
EcPrivateJwk for the specified Java ECPrivateKey. |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.