Searched refs:transformParts (Results 1 – 1 of 1) sorted by relevance
154 private final String[] transformParts; field in Cipher186 this.transformParts = null; in Cipher()189 private Cipher(String transformation, String[] transformParts, Provider provider) { in Cipher() argument191 this.transformParts = transformParts; in Cipher()299 String[] transformParts = checkTransformation(transformation); in getCipher() local300 if (tryCombinations(null, provider, transformParts) == null) { in getCipher()308 return new Cipher(transformation, transformParts, provider); in getCipher()355 transformParts); in getSpi()385 String[] transformParts) { in tryCombinations() argument388 if (transformParts[1] != null && transformParts[2] != null) { in tryCombinations()[all …]