On Thu, 7 May 2026 03:09:21 GMT, Weijun Wang <[email protected]> wrote:
>> Mark Powers has updated the pull request incrementally with one additional >> commit since the last revision: >> >> added tests > > 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. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31031#discussion_r3202334482
