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.java101 private static void unprovide(String type, String algorithm) { in unprovide() method in StandardNames
352 unprovide("SSLContext", "TLSv1.1");
353 unprovide("SSLContext", "TLSv1.2");
359 unprovide("KeyManagerFactory", "PKIX");
379 unprovide("AlgorithmParameterGenerator", "DiffieHellman");
381 unprovide("AlgorithmParameters", "DiffieHellman");
383 unprovide("KeyAgreement", "DiffieHellman");
385 unprovide("KeyFactory", "DiffieHellman");
387 unprovide("KeyPairGenerator", "DiffieHellman");
391 unprovide("AlgorithmParameters", "PBEWithSHA1AndDESede");
[all …]