Home
last modified time | relevance | path

Searched refs:getMaxAllowedKeyLength (Results 1 – 3 of 3) 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/annotations/mmodule/javax/crypto/
DCipher.annotated.java109 public static final int getMaxAllowedKeyLength(java.lang.String transformation) throws java.securit… in getMaxAllowedKeyLength() method in Cipher
/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java2491 public static final int getMaxAllowedKeyLength(String transformation) in getMaxAllowedKeyLength() method in Cipher