public class JWKParser extends Object
Modifier and Type | Method and Description |
---|---|
static JWKParser |
create() |
static JWKParser |
create(JWK jwk) |
JWK |
getJwk() |
boolean |
isKeyTypeSupported(String keyType) |
JWKParser |
parse(String jwk) |
PublicKey |
toPublicKey() |
public JWKParser(JWK jwk)
Copyright © 2019 JBoss by Red Hat. All rights reserved.