Home | History | Annotate | Download | only in ldap

Lines Matching refs:ARL

97  * request for an ARL to the server returns an null value. The reason is
120 private static final String ARL = "authorityRevocationList;binary";
629 request.addRequestedAttribute(ARL);
680 request.addRequestedAttribute(ARL);
817 // If all we want is CA certs, try to get the (probably shorter) ARL
823 request.addRequestedAttribute(ARL);
828 entryCRLs = getCRLs(request, ARL, xsel);
845 // if certChecking is null, we don't know if we should look in ARL or CRL