Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/
DProvider.java1445 private String[] supportedFormats; field in Provider.Service
1799 supportedFormats = s.split("\\|"); in hasKeyAttributes()
1814 boolean bool = (supportedFormats != null) in hasKeyAttributes()
1842 if (supportedFormats == null) { in supportsKeyFormat()
1849 for (String supportedFormat : supportedFormats) { in supportsKeyFormat()