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

/openjdk7/jdk/test/sun/security/rsa/
H A DTestSignatures.java55 private static void testSignature(String algorithm, PrivateKey privateKey, PublicKey publicKey) throws Exception { method in class:TestSignatures
80 testSignature("MD2withRSA", privateKey, publicKey);
81 testSignature("MD5withRSA", privateKey, publicKey);
82 testSignature("SHA1withRSA", privateKey, publicKey);
83 testSignature("SHA256withRSA", privateKey, publicKey);
87 testSignature("SHA384withRSA", privateKey, publicKey);
88 testSignature("SHA512withRSA", privateKey, publicKey);
H A DTestKeyPairGenerator.java45 private static void testSignature(String algorithm, PrivateKey privateKey, PublicKey publicKey) throws Exception { method in class:TestKeyPairGenerator
60 testSignature("MD2withRSA", privateKey, publicKey);
61 testSignature("MD5withRSA", privateKey, publicKey);
62 testSignature("SHA1withRSA", privateKey, publicKey);
63 testSignature("SHA256withRSA", privateKey, publicKey);
67 testSignature("SHA384withRSA", privateKey, publicKey);
68 testSignature("SHA512withRSA", privateKey, publicKey);
/openjdk7/jdk/test/sun/security/pkcs11/rsa/
H A DTestSignatures.java56 private static void testSignature(String algorithm, PrivateKey privateKey, PublicKey publicKey) throws Exception { method in class:TestSignatures
81 testSignature("MD2withRSA", privateKey, publicKey);
82 testSignature("MD5withRSA", privateKey, publicKey);
83 testSignature("SHA1withRSA", privateKey, publicKey);
84 testSignature("SHA256withRSA", privateKey, publicKey);
88 testSignature("SHA384withRSA", privateKey, publicKey);
89 testSignature("SHA512withRSA", privateKey, publicKey);
H A DTestKeyPairGenerator.java46 private static void testSignature(String algorithm, PrivateKey privateKey, PublicKey publicKey) throws Exception { method in class:TestKeyPairGenerator
61 testSignature("MD2withRSA", privateKey, publicKey);
62 testSignature("MD5withRSA", privateKey, publicKey);
63 testSignature("SHA1withRSA", privateKey, publicKey);
64 testSignature("SHA256withRSA", privateKey, publicKey);
68 testSignature("SHA384withRSA", privateKey, publicKey);
69 testSignature("SHA512withRSA", privateKey, publicKey);
/openjdk7/jdk/test/com/oracle/security/ucrypto/
H A DTestRSA.java215 testSignature(pkp, true, prov);
223 testSignature(keyLens, false, prov);
332 private static void testSignature(KeyPair kp, boolean checkInterop, method in class:TestRSA
354 private static void testSignature(int keyLens[], boolean checkInterop, method in class:TestRSA

Completed in 32 milliseconds