On Fri, 28 Apr 2023 11:05:33 GMT, Ferenc Rakoczi <d...@openjdk.org> wrote:
>> src/java.base/share/classes/sun/security/x509/AlgorithmId.java line 651: >> >>> 649: >>> 650: public static final ObjectIdentifier hsslms_oid = >>> 651: ObjectIdentifier.of(KnownOIDs.HSSLMS); >> >> You probably don't need to define this if it's not used anywhere. > > I need it now, with the addWithAlias() change. `addWithAlias` search for an OID by its name using the `KnownOIDs` class. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13691#discussion_r1180418664