Home
last modified time | relevance | path

Searched defs:kpgAlgo (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/test/java/security/KeyAgreement/
DNegativeTest.java74 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 …]
DKeySpecTest.java101 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()
DKeySizeTest.java107 String kpgAlgo, int keySize) throws Exception { in testKeyAgreement()
124 private static void testKeyAttributes(String provider, String kpgAlgo, in testKeyAttributes()
DMultiThreadTest.java89 String kpgAlgo, String kpgInit) throws Exception { in genKeyGenerator()
DKeyAgreementTest.java113 String kpgAlgo, AlgorithmParameterSpec spec) throws Exception { in testKeyAgreement()