Searched refs:onlyEE (Results 1 – 1 of 1) sorted by relevance
57 private boolean onlyEE; field in RevocationChecker79 boolean onlyEE; field in RevocationChecker.RevocationProperties128 onlyEE = rp.onlyEE; in init()139 onlyEE = options.contains(Option.ONLY_END_ENTITY); in init()185 String onlyEE = Security.getProperty( in getRevocationProperties()187 rp.onlyEE = onlyEE != null in getRevocationProperties()188 && onlyEE.equalsIgnoreCase("true"); in getRevocationProperties()353 if (onlyEE && xcert.getBasicConstraints() != -1) {