Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Method and Description |
---|---|
static PrivateKeyBuilder |
Keys.builder(PrivateKey key)
|
PrivateKeyBuilder |
PrivateKeyBuilder.publicKey(PublicKey publicKey)
Sets the private key's corresponding
PublicKey so that its public key material will be available to
algorithms that require it. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.