Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/javax/crypto/
DCipher.java448 if (!matchAttribute(service, ATTRIBUTE_MODES, transformParts[1]) in tryTransformWithProvider()
449 || !matchAttribute(service, ATTRIBUTE_PADDINGS, transformParts[2])) { in tryTransformWithProvider()
480 private static boolean matchAttribute(Service service, String attr, String value) { in matchAttribute() method in Cipher