Searched defs:transformation (Results 1 – 3 of 3) sorted by relevance
144 private String transformation; field in Cipher163 String transformation) { in Cipher()194 public static final Cipher getInstance(String transformation) in getInstance()221 public static final Cipher getInstance(String transformation, in getInstance()255 public static final Cipher getInstance(String transformation, in getInstance()274 private static synchronized Cipher getCipher(String transformation, Provider provider) in getCipher()342 private static String[] checkTransformation(String transformation) in checkTransformation()1415 public static final int getMaxAllowedKeyLength(String transformation) in getMaxAllowedKeyLength()1441 String transformation) throws NoSuchAlgorithmException { in getMaxAllowedParameterSpec()
356 String transformation = algorithmName; in test() local
1854 public TestDataGenerator(String algName, String transformation, in TestDataGenerator()