Searched refs:getMaxAllowedKeyLength (Results 1 – 4 of 4) sorted by relevance
558 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()
113 public static final int getMaxAllowedKeyLength(java.lang.String transformation) throws java.securit… in getMaxAllowedKeyLength() method in Cipher
2510 public static final int getMaxAllowedKeyLength(String transformation) in getMaxAllowedKeyLength() method in Cipher
18939 …method public static final int getMaxAllowedKeyLength(String) throws java.security.NoSuchAlgorithm…