Uses of Interface
org.eclipse.ditto.jwt.model.JsonWebKey
-
Uses of JsonWebKey in org.eclipse.ditto.jwt.model
Classes in org.eclipse.ditto.jwt.model that implement JsonWebKeyMethods in org.eclipse.ditto.jwt.model that return JsonWebKeyModifier and TypeMethodDescriptionstatic JsonWebKeyReturns a newJsonWebKeyfor the givenjsonString.static JsonWebKeyImmutableJsonWebKey.fromJson(org.eclipse.ditto.json.JsonObject jsonObject) Returns a newJsonWebKeyfor the givenjsonObject.static JsonWebKeyImmutableJsonWebKey.of(String type, String algorithm, String usage, String id, BigInteger modulus, BigInteger exponent, BigInteger xCoordinate, BigInteger yCoordinate, String curveType) Returns a newJsonWebKeyfor the giventype,algorithm,usage,id,modulusandexponent.