Uses of Package
org.forgerock.json.jose.jwe
-
Packages that use org.forgerock.json.jose.jwe Package Description org.forgerock.http.oauth2 This package provides APIs for OAuth 2.0 services implementations.org.forgerock.json.jose.builders Classes and interfaces for builder to build JWTs using a fluent API.org.forgerock.json.jose.jwe Classes and interfaces for JWT encryption and JWEs.org.forgerock.json.jose.jwe.handlers.encryption Encryption Handler classes for each possible encryption algorithm.org.forgerock.json.jose.jws Classes and interfaces for JWT signing and JWS'.org.forgerock.json.jose.tokenhandler JWT implementation(s) ofTokenHandler
.org.forgerock.openig.tools.jwt.factory Provides JWT capabilities to the Identity Gateway.org.forgerock.openig.util Miscellaneous utility classes. -
Classes in org.forgerock.json.jose.jwe used by org.forgerock.http.oauth2 Class Description EncryptionMethod An Enum of the possible encryption methods that can be used when encrypting a JWT.JweAlgorithm An Enum of the possible encryption algorithms that can be used to encrypt a JWT. -
Classes in org.forgerock.json.jose.jwe used by org.forgerock.json.jose.builders Class Description CompressionAlgorithm An Enum of the possible compression algorithms that can be applied to the JWE payload plaintext.EncryptedJwt A JWE implementation of theJwt
interface.EncryptionMethod An Enum of the possible encryption methods that can be used when encrypting a JWT.SignedThenEncryptedJwt A nested signed-then-encrypted JWT. -
Classes in org.forgerock.json.jose.jwe used by org.forgerock.json.jose.jwe Class Description CompressionAlgorithm An Enum of the possible compression algorithms that can be applied to the JWE payload plaintext.EncryptedJwt A JWE implementation of theJwt
interface.EncryptionMethod An Enum of the possible encryption methods that can be used when encrypting a JWT.JweAlgorithm An Enum of the possible encryption algorithms that can be used to encrypt a JWT.JweAlgorithmType An Enum of the possible types of JWE algorithms that can be used to encrypt a JWT.JweHeader An implementation for the JWE Header parameters.JweHeaderKey An Enum for the additional JWE Header parameter names.SignedThenEncryptedJwt A nested signed-then-encrypted JWT. -
Classes in org.forgerock.json.jose.jwe used by org.forgerock.json.jose.jwe.handlers.encryption Class Description EncryptionMethod An Enum of the possible encryption methods that can be used when encrypting a JWT.JweAlgorithm An Enum of the possible encryption algorithms that can be used to encrypt a JWT.JweEncryption This class represents the result from the encryption process of the JWT plaintext.JweHeader An implementation for the JWE Header parameters. -
Classes in org.forgerock.json.jose.jwe used by org.forgerock.json.jose.jws Class Description CompressionAlgorithm An Enum of the possible compression algorithms that can be applied to the JWE payload plaintext.EncryptedJwt A JWE implementation of theJwt
interface.JweHeader An implementation for the JWE Header parameters. -
Classes in org.forgerock.json.jose.jwe used by org.forgerock.json.jose.tokenhandler Class Description EncryptionMethod An Enum of the possible encryption methods that can be used when encrypting a JWT.JweAlgorithm An Enum of the possible encryption algorithms that can be used to encrypt a JWT. -
Classes in org.forgerock.json.jose.jwe used by org.forgerock.openig.tools.jwt.factory Class Description EncryptionMethod An Enum of the possible encryption methods that can be used when encrypting a JWT.JweAlgorithm An Enum of the possible encryption algorithms that can be used to encrypt a JWT. -
Classes in org.forgerock.json.jose.jwe used by org.forgerock.openig.util Class Description EncryptionMethod An Enum of the possible encryption methods that can be used when encrypting a JWT.