public final class JWKHelper extends Object
| Constructor and Description |
|---|
JWKHelper() |
| Modifier and Type | Method and Description |
|---|---|
static KeyPair |
buildECKeyPairFromJwk(String json)
Build the EC key pair from the JWK JSON.
|
static KeyPair |
buildRSAKeyPairFromJwk(String json)
Build the RSA key pair from the JWK JSON.
|
static String |
buildSecretFromJwk(String json)
Build the secret from the JWK JSON.
|
public static String buildSecretFromJwk(String json)
json - the jsonpublic static KeyPair buildRSAKeyPairFromJwk(String json)
json - the jsonCopyright © 2017. All Rights Reserved.