Home
last modified time | relevance | path

Searched refs:transformParts (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/javax/crypto/
DCipher.java154 private final String[] transformParts; field in Cipher
186 this.transformParts = null; in Cipher()
189 private Cipher(String transformation, String[] transformParts, Provider provider) { in Cipher() argument
191 this.transformParts = transformParts; in Cipher()
299 String[] transformParts = checkTransformation(transformation); in getCipher() local
300 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() argument
388 if (transformParts[1] != null && transformParts[2] != null) { in tryCombinations()
[all …]