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.
    EC JWK builder.
    Encapsulates common functionality for JWKs that represent elliptic curve keys: EcJWK and OkpJWK.
    The abstract base class for the 3 implementations of JWK.
    JWK builder.
    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.
    Represents the Possible key operations values.
    Enum representing the possible KeyTypes.
    Represents the supported KeyUse values.
    Creates an Octet JWK.
    The Octet JWK builder.
    An Octet Key-Pair (OKP) JWK as defined in RFC 8037.
    Builder object for Octet Key-Pair (OKP) JWKs.
    Implements a RsaJWK.
    The RSA JWK builder.
    Holds the other prime factors.