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.java346 final private String[] tokenizedTransformation; field in Cipher
413 this.tokenizedTransformation = null; in Cipher()
422 String[] tokenizedTransformation) { in Cipher() argument
426 this.tokenizedTransformation = tokenizedTransformation; in Cipher()
742 String[] tokenizedTransformation = tokenizeTransformation(transformation); in createCipher() local
747 tryCombinations(null /*params*/, provider, tokenizedTransformation); in createCipher()
763 return new Cipher(null, provider, transformation, tokenizedTransformation); in createCipher()
2816 initParams, specifiedProvider, tokenizedTransformation); in updateAndGetSpiAndProvider()
2819 + Arrays.toString(tokenizedTransformation)); in updateAndGetSpiAndProvider()
2867 String[] tokenizedTransformation) in tryCombinations() argument
[all …]