ent(anchorCertId, certIds); }
}
IMHO line
int anchorCertId = anchor.getTrustedCert().hashCode();
will throw the NPE if the trust anchor has not been created with a
certificate as in my case.
The code should do a null check here and fall back to using the
hashCode of the PublicKey.
WDYT?
Kai
Thanks Max a lot for working on this as such support is highly desired by
Hadoop.
Regards,
Kai
-Original Message-
From: Wang Weijun [mailto:[email protected]]
Sent: Friday, July 04, 2014 10:31 AM
To: OpenJDK Dev list
Cc: Zheng, Kai
Subject: RFR 8044085: Access