HomeSort by relevance Sort by last modified time
    Searched full:matchattribute (Results 1 - 1 of 1) sorted by null

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

Completed in 75 milliseconds