Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Method and Description |
---|---|
<A extends PrivateKey,B extends PublicKey> |
DynamicJwkBuilder.octetKey(A key)
Ensures the builder will create an
OctetPrivateJwk for the specified Edwards-curve PrivateKey
argument. |
<A extends PrivateKey,B extends PublicKey> |
DynamicJwkBuilder.octetKeyPair(KeyPair keyPair)
Ensures the builder will create an
OctetPrivateJwk for the specified Java Edwards-curve
KeyPair . |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.