Searched defs:kpgAlgo (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/test/java/security/KeyAgreement/ |
D | NegativeTest.java | 74 String kpgAlgo = "DiffieHellman"; in testDHNegative() local 88 String kpgAlgo = "EC"; in testECDHNegative() local 125 private static KeyPair genKeyPair(String provider, String kpgAlgo, in genKeyPair() 150 String kpgAlgo, String kpgInit) throws Exception { in testModifiedKeyEncodingTest() 180 String kpgAlgo, String kpgInit) throws Exception { in testInvalidKeyLen() 215 private static void testInvalidKaAlgo(String provider, String kpgAlgo, in testInvalidKaAlgo() 235 private static void testInvalidProvider(String kaAlgo, String kpgAlgo, in testInvalidProvider() 251 private static void testNamedParameter(String provider, String kpgAlgo) in testNamedParameter() 276 String kpgAlgo, String curve) throws Exception { in testInvalidSpec() 319 String kpgAlgo, String curve) throws Exception { in testInCompatibleSpec() [all …]
|
D | KeySpecTest.java | 101 private static KeyPair genKeyPair(String provider, String kpgAlgo, in genKeyPair() 128 String kpgAlgo, KeyPair kp) throws Exception { in testKeySpecs() 168 String kpgAlgo, KeyPair kp) throws Exception { in testEncodedKeySpecs() 203 private static List<Class> getCompatibleKeySpecs(String kpgAlgo, in getCompatibleKeySpecs()
|
D | KeySizeTest.java | 107 String kpgAlgo, int keySize) throws Exception { in testKeyAgreement() 124 private static void testKeyAttributes(String provider, String kpgAlgo, in testKeyAttributes()
|
D | MultiThreadTest.java | 89 String kpgAlgo, String kpgInit) throws Exception { in genKeyGenerator()
|
D | KeyAgreementTest.java | 113 String kpgAlgo, AlgorithmParameterSpec spec) throws Exception { in testKeyAgreement()
|