Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherTest.java558 Cipher.getMaxAllowedKeyLength(null); in testGetMaxAllowedKeyLength()
563 Cipher.getMaxAllowedKeyLength(""); in testGetMaxAllowedKeyLength()
568 Cipher.getMaxAllowedKeyLength("//CBC/PKCS5Paddin"); in testGetMaxAllowedKeyLength()
573 Cipher.getMaxAllowedKeyLength("/DES/CBC/PKCS5Paddin/1"); in testGetMaxAllowedKeyLength()
577 assertTrue(Cipher.getMaxAllowedKeyLength("/DES/CBC/PKCS5Paddin") > 0); in testGetMaxAllowedKeyLength()
/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java2172 public static final int getMaxAllowedKeyLength(String transformation) in getMaxAllowedKeyLength() method in Cipher