public static class JsonWebKey.Factory extends Object
| Constructor and Description |
|---|
JsonWebKey.Factory() |
| Modifier and Type | Method and Description |
|---|---|
static JsonWebKey |
newJwk(Key key) |
static JsonWebKey |
newJwk(Map<String,Object> params) |
static JsonWebKey |
newJwk(String json) |
public static JsonWebKey newJwk(Map<String,Object> params) throws JoseException
JoseExceptionpublic static JsonWebKey newJwk(Key key) throws JoseException
JoseExceptionpublic static JsonWebKey newJwk(String json) throws JoseException
JoseExceptionCopyright © 2017. All rights reserved.