HomeSort by relevance Sort by last modified time
    Searched full:unprovide (Results 1 - 1 of 1) sorted by null

  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 71 private static void unprovide(String type, String algorithm) { method in class:StandardNames
236 unprovide("AlgorithmParameterGenerator", "DiffieHellman");
238 unprovide("AlgorithmParameters", "DiffieHellman");
240 unprovide("KeyAgreement", "DiffieHellman");
242 unprovide("KeyFactory", "DiffieHellman");
244 unprovide("KeyPairGenerator", "DiffieHellman");
248 unprovide("AlgorithmParameters", "PBEWithSHA1AndDESede");
249 unprovide("Cipher", "PBEWithSHA1AndDESede");
250 unprovide("SecretKeyFactory", "PBEWithSHA1AndDESede");
256 unprovide("KeyManagerFactory", "SunX509")
    [all...]

Completed in 43 milliseconds