Package org.forgerock.json.jose.jwk


package org.forgerock.json.jose.jwk
Classes and interfaces for creating and manipulating JWKs.
  • Class
    Description
    This class implements an Elliptical Curve Json Web Key storage and manipulation class.
    The abstract base class for the 3 implementations of JWK.
    Helper class to look up and return the keys from specific JWK implementation algorithm types.
    Holds a Set of JWKs.
    Provides methods to gather a JWKSet from a URL and return a map of key ids to keys as dictated by that JWKS.
    Enum representing the possible KeyTypes.
    Represents the Possible KeyUse values.
    Creates an Octet JWK.
    Implements a RsaJWK.
    Holds the other prime factors.