CertificateValidator.java | 61 private Collection<? extends CRL> _crls; field in class:CertificateValidator 86 _crls = crls; 231 if (_crls != null && !_crls.isEmpty()) 233 pbParams.addCertStore(CertStore.getInstance("Collection", new CollectionCertStoreParameters(_crls))); 267 return _crls;
|