Class KeyIDs

    • Constructor Detail

      • KeyIDs

        public KeyIDs()
        Creates a new empty key ID set.
      • KeyIDs

        public KeyIDs​(com.nimbusds.jose.jwk.JWKSet jwkSet)
        Creates a new key ID set from the key IDs found in the specified JWK set.
        Parameters:
        jwkSet - The JWK set.
    • Method Detail

      • addRandomUniqueKeyID

        public String addRandomUniqueKeyID()
        Generates a new random unique key ID and adds it to this set.
        Returns:
        The added random unique key ID.