Searched refs:implCRLs (Results 1 – 1 of 1) sorted by relevance
548 Set<X509CRLImpl> implCRLs = new HashSet<X509CRLImpl>(crls.length); in encodeSignedData() local551 implCRLs.add((X509CRLImpl) crl); in encodeSignedData()555 implCRLs.add(new X509CRLImpl(encoded)); in encodeSignedData()565 implCRLs.toArray(new X509CRLImpl[implCRLs.size()])); in encodeSignedData()