RFR: 8185127: Add tests to cover hashCode() method for java supported crypto key types [v4]

Sibabrata Sahoo ssahoo at openjdk.java.net
Sat Apr 17 08:16:42 UTC 2021


On Fri, 16 Apr 2021 08:34:11 GMT, Sibabrata Sahoo <ssahoo at openjdk.org> wrote:

>> This is a simple Test to add few additional API coverage for all java supported key types. The objective of this Test is to cover equals() and hashcode() methods for each key types.
>
> Sibabrata Sahoo has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update CompareKeys.java

I have removed processing any KeyGeneration algorithm starts with "SunTls" along with SunMSCAPI. I am getting issues with KeyGenerated through SunMSCAPI provider which are neither serializable nor compatible with PKCS8EncodedKeySpec for certain algorithms like RSA.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3490



More information about the security-dev mailing list