HomeSort by relevance Sort by last modified time
    Searched defs:RC2 (Results 1 - 2 of 2) sorted by null

  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKAlgorithmParameterGenerator.java 272 public static class RC2
288 throw new InvalidAlgorithmParameterException("No supported AlgorithmParameterSpec for RC2 parameter generation.");
308 params = AlgorithmParameters.getInstance("RC2", "BC");
320 params = AlgorithmParameters.getInstance("RC2", "BC");
JCEKeyGenerator.java 221 * RC2
223 public static class RC2
226 public RC2()
228 super("RC2", 128, new CipherKeyGenerator());

Completed in 126 milliseconds