Home
last modified time | relevance | path

Searched refs:getMaxAllowedKeyLength (Results 1 – 4 of 4) 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.java113 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.java2510 public static final int getMaxAllowedKeyLength(String transformation) in getMaxAllowedKeyLength() method in Cipher
/libcore/api/
Dcurrent.txt18939 …method public static final int getMaxAllowedKeyLength(String) throws java.security.NoSuchAlgorithm…