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