Home
last modified time | relevance | path

Searched refs:unprovide (Results 1 – 1 of 1) sorted by relevance

/libcore/support/src/test/java/libcore/java/security/
DStandardNames.java113 private static void unprovide(String type, String algorithm) { in unprovide() method in StandardNames
328 unprovide("SSLContext", "TLSv1.1");
329 unprovide("SSLContext", "TLSv1.2");
335 unprovide("KeyManagerFactory", "PKIX");
355 unprovide("AlgorithmParameterGenerator", "DiffieHellman");
357 unprovide("AlgorithmParameters", "DiffieHellman");
359 unprovide("KeyAgreement", "DiffieHellman");
361 unprovide("KeyFactory", "DiffieHellman");
363 unprovide("KeyPairGenerator", "DiffieHellman");
367 unprovide("AlgorithmParameters", "PBEWithSHA1AndDESede");
[all …]