Class WeakRSAKeyDetector

    • Method Detail

      • findWeakRSAKeys

        public static List<StringfindWeakRSAKeys​(com.nimbusds.jose.jwk.JWKSet jwkSet)
        Finds weak RSA keys (shorter than 2048 bits) in the specified JWK set.
        Parameters:
        jwkSet - The JWK set.
        Returns:
        The key IDs of the weak keys, empty list if none found. May contain null IDs.