Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Method and Description |
---|---|
<A extends PublicKey,B extends PrivateKey> |
DynamicJwkBuilder.chain(List<X509Certificate> chain)
Ensures the builder will create a
PublicJwk for the specified Java X509Certificate chain. |
<A extends PublicKey,B extends PrivateKey> |
DynamicJwkBuilder.key(A key)
|
<A extends PublicKey,B extends PrivateKey> |
DynamicJwkBuilder.key(B key)
Ensures the builder will create a
PrivateJwk for the specified Java PrivateKey argument. |
<A extends PublicKey,B extends PrivateKey> |
DynamicJwkBuilder.keyPair(KeyPair keyPair)
Ensures the builder will create a
PrivateJwk for the specified Java KeyPair argument. |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.