Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java675 final private String[] tokenizedTransformation; field in Cipher
713 this.tokenizedTransformation = null; in Cipher()
722 String[] tokenizedTransformation) { in Cipher() argument
726 this.tokenizedTransformation = tokenizedTransformation; in Cipher()
906 String[] tokenizedTransformation = tokenizeTransformation(transformation); in createCipher() local
911 tryCombinations(null /*params*/, provider, tokenizedTransformation); in createCipher()
927 return new Cipher(null, provider, transformation, tokenizedTransformation); in createCipher()
2790 initParams, specifiedProvider, tokenizedTransformation); in updateAndGetSpiAndProvider()
2793 + Arrays.toString(tokenizedTransformation)); in updateAndGetSpiAndProvider()
2841 String[] tokenizedTransformation) in tryCombinations() argument
[all …]