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