On Thu, 7 May 2026 14:48:26 GMT, Mark Powers <[email protected]> wrote:
>> src/java.base/share/classes/sun/security/pkcs12/PKCS12KeyStore.java line >> 2506: >> >>> 2504: * 30 82 -- -- 02 01 03 30 82 -- -- 06 09 2A 86 48 86 F7 0D 01 07 >>> 01 A0 8- >>> 2505: * 30 -- 02 01 03 30 -- 06 09 2A 86 48 86 F7 0D 01 07 01 A0 -- 04 >>> -- -- -- >>> 2506: * 30 81 -- 02 01 03 30 -- 06 09 2A 86 48 86 F7 0D 01 07 01 -- 04 >>> -- -- -- >> >> Why is there no `A0` after the OID? > > It's a tag byte. I originally had it but codex suggested it could be removed. If `A0` is removed, then it should be removed from all entries for consistency. Maybe it's best to add `A0`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31031#discussion_r3202585091
