Searched refs:getMaxAllowedKeyLength (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherTest.java849 method = "getMaxAllowedKeyLength",
854 Cipher.getMaxAllowedKeyLength(null);
859 Cipher.getMaxAllowedKeyLength("//CBC/PKCS5Paddin");
864 Cipher.getMaxAllowedKeyLength("/DES/CBC/PKCS5Paddin/1");
868 assertTrue(Cipher.getMaxAllowedKeyLength("/DES/CBC/PKCS5Paddin") > 0);
/dalvik/libcore/crypto/src/main/java/javax/crypto/
H A DCipher.java1351 public static final int getMaxAllowedKeyLength(String transformation) method in class:Cipher

Completed in 62 milliseconds