Home
last modified time | relevance | path

Searched defs: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
189 private Cipher(String transformation, String[] transformParts, Provider provider) { in Cipher()
299 String[] transformParts = checkTransformation(transformation); in getCipher() local
385 String[] transformParts) { in tryCombinations()
416 String[] transformParts, NeedToSet type) { in tryTransform()
437 private static Engine.SpiAndProvider tryTransformWithProvider(Key key, String[] transformParts, in tryTransformWithProvider()