Searched defs:X509CRLSelector (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CRLSelector.java45 * When first constructed, an <code>X509CRLSelector</code> has no criteria
51 * <code>X509CRLSelector</code> is passed to
73 public class X509CRLSelector implements CRLSelector { class in inherits:CRLSelector
89 * Creates an <code>X509CRLSelector</code>. Initially, no criteria are set
92 public X509CRLSelector() {} method in class:X509CRLSelector
563 * Returns a printable representation of the <code>X509CRLSelector</code>.
566 * <code>X509CRLSelector</code>.
570 sb.append("X509CRLSelector: [\n");
614 debug.println("X509CRLSelector.match: issuer DNs "
626 debug.println("X509CRLSelector
[all...]

Completed in 74 milliseconds