Package org.jose4j.jwk
Class JsonWebKeySet
java.lang.Object
org.jose4j.jwk.JsonWebKeySet
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJsonWebKeySet(String json) JsonWebKeySet(List<? extends JsonWebKey> keys) JsonWebKeySet(JsonWebKey... keys) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddJsonWebKey(JsonWebKey jsonWebKey) findJsonWebKey(String keyId, String keyType, String use, String algorithm) findJsonWebKeys(String keyId, String keyType, String use, String algorithm) toJson()toJson(JsonWebKey.OutputControlLevel outputControlLevel)
-
Field Details
-
JWK_SET_MEMBER_NAME
- See Also:
-
-
Constructor Details
-
JsonWebKeySet
- Throws:
JoseException
-
JsonWebKeySet
-
JsonWebKeySet
-
-
Method Details
-
addJsonWebKey
-
getJsonWebKeys
-
findJsonWebKey
-
findJsonWebKeys
-
toJson
-
toJson
-