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.java112 private static void unprovide(String type, String algorithm) { in unprovide() method in StandardNames
363 unprovide("SSLContext", "TLSv1.1");
364 unprovide("SSLContext", "TLSv1.2");
370 unprovide("KeyManagerFactory", "PKIX");
390 unprovide("AlgorithmParameterGenerator", "DiffieHellman");
392 unprovide("AlgorithmParameters", "DiffieHellman");
394 unprovide("KeyAgreement", "DiffieHellman");
396 unprovide("KeyFactory", "DiffieHellman");
398 unprovide("KeyPairGenerator", "DiffieHellman");
402 unprovide("AlgorithmParameters", "PBEWithSHA1AndDESede");
[all …]