Searched refs:verifyUsing (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/security/mscapi/
H A DSignUsingSHA2withRSA.java84 verifyUsing("SHA256withRSA", publicKey, generatedSignatures.get(0));
85 verifyUsing("SHA384withRSA", publicKey, generatedSignatures.get(1));
86 verifyUsing("SHA512withRSA", publicKey, generatedSignatures.get(2));
124 private static void verifyUsing(String signAlgorithm, PublicKey publicKey, method in class:SignUsingSHA2withRSA

Completed in 54 milliseconds