Searched defs:hasKeyAttributes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java1047 private volatile Boolean hasKeyAttributes; field in class:Provider.Service
1365 if (hasKeyAttributes() == false) {
1385 private boolean hasKeyAttributes() { method in class:Provider.Service
1386 Boolean b = hasKeyAttributes;
1410 hasKeyAttributes = b;

Completed in 34 milliseconds