Uses of Interface
org.forgerock.json.jose.jwt.Algorithm
Packages that use Algorithm
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
Classes and interfaces for JWT encryption and JWEs.
Classes and interfaces for creating and manipulating JWKs.
This package contains classes to manage a JWKs URI.
Classes and interfaces for JWT signing and JWS'.
Classes and interfaces for JWTs.
-
Uses of Algorithm in org.forgerock.json.jose.builders
Methods in org.forgerock.json.jose.builders with parameters of type Algorithm -
Uses of Algorithm in org.forgerock.json.jose.jwe
Classes in org.forgerock.json.jose.jwe that implement AlgorithmModifier and TypeClassDescriptionenum
An Enum of the possible encryption algorithms that can be used to encrypt a JWT. -
Uses of Algorithm in org.forgerock.json.jose.jwk
Methods in org.forgerock.json.jose.jwk with parameters of type Algorithm -
Uses of Algorithm in org.forgerock.json.jose.jwk.store
Methods in org.forgerock.json.jose.jwk.store with parameters of type Algorithm -
Uses of Algorithm in org.forgerock.json.jose.jws
Classes in org.forgerock.json.jose.jws that implement AlgorithmModifier and TypeClassDescriptionenum
An Enum of the possible signing algorithms that can be used to sign a JWT. -
Uses of Algorithm in org.forgerock.json.jose.jwt
Methods in org.forgerock.json.jose.jwt that return AlgorithmModifier and TypeMethodDescriptionabstract Algorithm
JwtHeader.getAlgorithm()
Gets the Algorithm set in the JWT header.Methods in org.forgerock.json.jose.jwt with parameters of type AlgorithmModifier and TypeMethodDescriptionvoid
JwtHeader.setAlgorithm
(Algorithm algorithm) Sets the algorithm used to perform cryptographic signing and/or encryption on the JWT.