public class JsonWebKeySet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JWK_SET_MEMBER_NAME |
| Constructor and Description |
|---|
JsonWebKeySet(JsonWebKey... keys) |
JsonWebKeySet(List<? extends JsonWebKey> keys) |
JsonWebKeySet(String json) |
| Modifier and Type | Method and Description |
|---|---|
void |
addJsonWebKey(JsonWebKey jsonWebKey) |
JsonWebKey |
findJsonWebKey(String keyId,
String keyType,
String use,
String algorithm) |
List<JsonWebKey> |
findJsonWebKeys(String keyId,
String keyType,
String use,
String algorithm) |
List<JsonWebKey> |
getJsonWebKeys() |
String |
toJson() |
String |
toJson(JsonWebKey.OutputControlLevel outputControlLevel) |
public static final String JWK_SET_MEMBER_NAME
public JsonWebKeySet(String json) throws JoseException
JoseExceptionpublic JsonWebKeySet(JsonWebKey... keys)
public JsonWebKeySet(List<? extends JsonWebKey> keys)
public void addJsonWebKey(JsonWebKey jsonWebKey)
public List<JsonWebKey> getJsonWebKeys()
public JsonWebKey findJsonWebKey(String keyId, String keyType, String use, String algorithm)
public List<JsonWebKey> findJsonWebKeys(String keyId, String keyType, String use, String algorithm)
public String toJson()
public String toJson(JsonWebKey.OutputControlLevel outputControlLevel)
Copyright © 2017. All rights reserved.