Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java2678 static boolean matchAttribute(Provider.Service service, String attr, String value) { in matchAttribute() method in Cipher
2946 if (!matchAttribute(service, ATTRIBUTE_MODES, tokenizedTransformation[1]) in tryTransformWithProvider()
2947 || !matchAttribute(service, ATTRIBUTE_PADDINGS, tokenizedTransformation[2])) { in tryTransformWithProvider()