Searched refs:fullName (Results 1 – 5 of 5) sorted by relevance
89 private GeneralNames fullName = null; field in DistributionPointName101 public DistributionPointName(GeneralNames fullName) { in DistributionPointName() argument103 if (fullName == null) { in DistributionPointName()106 this.fullName = fullName; in DistributionPointName()136 fullName = new GeneralNames(encoding); in DistributionPointName()154 return fullName; in getFullName()174 if (fullName != null) { in encode()175 fullName.encode(theChoice); in encode()204 return Objects.equals(this.fullName, other.fullName) && in equals()217 if (fullName != null) { in hashCode()[all …]
130 private GeneralNames fullName; field in DistributionPoint151 public DistributionPoint(GeneralNames fullName, boolean[] reasonFlags, in DistributionPoint() argument153 if ((fullName == null) && (crlIssuer == null)) { in DistributionPoint()157 this.fullName = fullName; in DistributionPoint()202 if ((fullName != null) || (relativeName != null)) { in DistributionPoint()210 fullName = new GeneralNames(distPnt); in DistributionPoint()240 if ((crlIssuer == null) && (fullName == null) && (relativeName == null)) { in DistributionPoint()250 return fullName; in getFullName()284 if ((fullName != null) || (relativeName != null)) { in encode()286 if (fullName != null) { in encode()[all …]
347 if (this.fullName().equals(i.fullName())) { in equals()387 String fullName() { in fullName() method in Identity
152 GeneralNames fullName = point.getFullName(); in getCRLs() local153 if (fullName == null) { in getCRLs()162 fullName = getFullNames in getCRLs()169 fullName = getFullNames in getCRLs()179 for (Iterator<GeneralName> t = fullName.iterator(); t.hasNext(); ) { in getCRLs()719 X500Name fullName = new X500Name(rdns.toArray(new RDN[0])); in getFullNames() local721 fullNames.add(new GeneralName(fullName)); in getFullNames()
345 String fullName = PREFIX + service.getName(); in hasNextService() local347 configs = ClassLoader.getSystemResources(fullName); in hasNextService()349 configs = loader.getResources(fullName); in hasNextService()