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.
Utility classes for JWT creation and manipulation.
-
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 TypeClassDescriptionenumAn Enum of the possible encryption algorithms that can be used to encrypt a JWT. -
Uses of Algorithm in org.forgerock.json.jose.jwk
Fields in org.forgerock.json.jose.jwk declared as AlgorithmModifier and TypeFieldDescriptionprotected AlgorithmJWK.Builder.algorithmThe intended JOSE algorithm for the key, optional.Methods in org.forgerock.json.jose.jwk that return AlgorithmModifier and TypeMethodDescriptionstatic AlgorithmJWK.getAlgorithm(String algorithmName) Get the algorithm corresponding.JWK.getJwaAlgorithm()Gets the alg parameter of the JWK.Methods in org.forgerock.json.jose.jwk with parameters of type AlgorithmModifier and TypeMethodDescriptionSets the algorithm parameter of the JWK.Search for a JWK that matches the algorithm and the key usage.Constructors 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 AlgorithmModifier and TypeMethodDescriptionDeprecated.JwksStore.findJwkAsync(Algorithm algorithm, String keyUse) Search asynchronously for a JWK that matches the algorithm and the key usage. -
Uses of Algorithm in org.forgerock.json.jose.jws
Classes in org.forgerock.json.jose.jws that implement AlgorithmModifier and TypeClassDescriptionenumAn 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 AlgorithmJwtHeader.getAlgorithm()Gets the Algorithm set in the JWT header.Methods in org.forgerock.json.jose.jwt with parameters of type AlgorithmModifier and TypeMethodDescriptionvoidJwtHeader.setAlgorithm(Algorithm algorithm) Sets the algorithm used to perform cryptographic signing and/or encryption on the JWT. -
Uses of Algorithm in org.forgerock.json.jose.utils
Methods in org.forgerock.json.jose.utils with parameters of type AlgorithmModifier and TypeMethodDescriptionstatic SecretConstraint<CryptoKey>JoseSecretConstraints.allowedAlgorithm(Algorithm algorithm) Enforces that the key is allowed to be used with the given JWA algorithm.
JwksStore.findJwkAsync(String)instead.