Uses of Interface
io.inverno.mod.security.jose.JsonJOSEObjectReader
Packages that use JsonJOSEObjectReader
Package
Description
JSON Object Signing and Encryption payload converters.
JSON Object Signing and Encryption base implementation.
JSON Web Encryption implementation.
JSON Web Signature implementation.
JSON Web Encryption API.
JSON Web Signature API.
-
Uses of JsonJOSEObjectReader in io.inverno.mod.security.jose
Classes in io.inverno.mod.security.jose with type parameters of type JsonJOSEObjectReaderModifier and TypeInterfaceDescriptioninterfaceJsonJOSEObjectReader<A,B extends JsonJOSEObject<A>, C extends JsonJOSEObjectReader<A, B, C>> A JSON JWE reader is used to read JSON JOSE objects serialized using the JSON representation.Methods in io.inverno.mod.security.jose that return JsonJOSEObjectReaderModifier and TypeMethodDescription<T> JsonJOSEObjectReader<T,?, ?> JOSEObjectService.jsonReader(Class<T> type) Returns a new JSON JOSE object reader with the specified payload type.<T> JsonJOSEObjectReader<T,?, ?> JOSEObjectService.jsonReader(Type type) Returns a new JSON JOSE object reader with the specified payload type. -
Uses of JsonJOSEObjectReader in io.inverno.mod.security.jose.internal
Classes in io.inverno.mod.security.jose.internal that implement JsonJOSEObjectReaderModifier and TypeClassDescriptionclassAbstractJsonJOSEObjectReader<A,B extends JsonJOSEObject<A>, C extends AbstractJsonJOSEObjectReader<A, B, C>> Base JSON JOSE object reader. -
Uses of JsonJOSEObjectReader in io.inverno.mod.security.jose.internal.jwe
Classes in io.inverno.mod.security.jose.internal.jwe that implement JsonJOSEObjectReaderModifier and TypeClassDescriptionclassGeneric JSON JWE reader implementation. -
Uses of JsonJOSEObjectReader in io.inverno.mod.security.jose.internal.jws
Classes in io.inverno.mod.security.jose.internal.jws that implement JsonJOSEObjectReaderModifier and TypeClassDescriptionclassGeneric JSON JWS reader implementation. -
Uses of JsonJOSEObjectReader in io.inverno.mod.security.jose.jwe
Subinterfaces of JsonJOSEObjectReader in io.inverno.mod.security.jose.jweModifier and TypeInterfaceDescriptioninterfaceJsonJWEReader<A,B extends JsonJWEReader<A, B>> A JSON JWE reader is used to read JSON Web Encryption objects serialized using the JSON representation as defined by RFC7516 Section 7.2. -
Uses of JsonJOSEObjectReader in io.inverno.mod.security.jose.jws
Subinterfaces of JsonJOSEObjectReader in io.inverno.mod.security.jose.jwsModifier and TypeInterfaceDescriptioninterfaceJsonJWSReader<A,B extends JsonJWSReader<A, B>> A JSON JWS reader is used to read JSON Web Signature objects serialized using the JSON representation as defined by RFC7515 Section 7.2.