public interface JwkFactory<K extends Key,J extends Jwk<K>>
| Modifier and Type | Method and Description |
|---|---|
J |
createJwk(JwkContext<K> ctx) |
JwkContext<K> |
newContext(JwkContext<?> src,
K key) |
JwkContext<K> newContext(JwkContext<?> src, K key)
J createJwk(JwkContext<K> ctx)
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.