On Thu, 3 Apr 2025 22:58:39 GMT, Mark Powers <[email protected]> wrote:

> [JDK-8343232](https://bugs.openjdk.org/browse/JDK-8343232)

src/java.base/share/classes/com/sun/crypto/provider/PBMAC1Parameters.java line 
165:

> 163:             throw new IOException("PBMAC1 parameter parsing "
> 164:                     + "error: missing keyLength field");
> 165:         }

Isn't this a PKCS#12 restriction? If so, this should be moved to PKCS12KeyStore 
class?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24429#discussion_r2317268166

Reply via email to