Searched refs:distPnt (Results 1 – 1 of 1) sorted by relevance
206 DerValue distPnt = opt.data.getDerValue(); in DistributionPoint() local207 if (distPnt.isContextSpecific(TAG_FULL_NAME) in DistributionPoint()208 && distPnt.isConstructed()) { in DistributionPoint()209 distPnt.resetTag(DerValue.tag_Sequence); in DistributionPoint()210 fullName = new GeneralNames(distPnt); in DistributionPoint()211 } else if (distPnt.isContextSpecific(TAG_REL_NAME) in DistributionPoint()212 && distPnt.isConstructed()) { in DistributionPoint()213 distPnt.resetTag(DerValue.tag_Set); in DistributionPoint()214 relativeName = new RDN(distPnt); in DistributionPoint()