[9] request for review 8044445: Create PKCS12 Keystores by Default
Wang Weijun
weijun.wang at oracle.com
Thu Dec 18 06:52:38 UTC 2014
> On Dec 18, 2014, at 07:58, Vincent Ryan <vincent.x.ryan at oracle.com> wrote:
>
> FYI I’ve updated the webrev to include the changes below:
> http://cr.openjdk.java.net/~vinnie/8044445/webrev.05/
PKCS12KeyStore.PKCS12_HEADER_PATTERNS.
Is there a possibility for this?
30 82 -- -- 02 01 03 30 81 -- 06 09 2A 86 48 86 F7 0D 01 07 01 A0 -- 04
That is to say, the length of ContentInfo is only slight smaller than 128. My understanding this is more likely than existing pattern #5 and #6.
KeyStore.getInstance(file,pass,param,hasP):
It seems if one engineProbe() returns true but loading fails you will try the next storetype. Right? If so, dataStream.reset() should be called.
Thanks
Max
More information about the security-dev
mailing list