Uses of Interface
io.inverno.mod.security.jose.jwa.JWA
Packages that use JWA
Package
Description
JSON Object Signing and Encryption base implementation.
JSON Web Algorithms API.
-
Uses of JWA in io.inverno.mod.security.jose.internal
Methods in io.inverno.mod.security.jose.internal with parameters of type JWAModifier and TypeMethodDescriptionprotected voidAbstractJOSEObjectReader.checkCriticalParameters(Set<String> crit, JWA... jwas) Verifies that all parameters in the critical parameters set are understood and processed either by the reader (seeAbstractJOSEObjectReader.getProcessedParameters()) or the application (seeAbstractJOSEObjectReader.processedParameters(java.lang.String...)). -
Uses of JWA in io.inverno.mod.security.jose.jwa
Subinterfaces of JWA in io.inverno.mod.security.jose.jwaModifier and TypeInterfaceDescriptioninterfaceA direct Key Management algorithm that derives the Content Encryption Key which is used directly to encrypt a JWE payload.interfaceAn encrypting Key Management algorithm used to encrypt a generated CEK used to encrypt a JWE payload.interfaceA JWA cipher is used to encrypt and decrypt content.interfaceA JSON Web Algorithm for Key Management when performing JSON Web Encrption as specified by RFC7518 Section 4.interfaceA JWA signer is used to sign data and or verify data signature.interfaceA wrapping Key Management algorithm used to wrap a generated CEK used to encrypt a JWE payload.