Home | History | Annotate | Download | only in cert

Lines Matching refs:Collection

29 import java.util.Collection;
71 * Returns a {@code Collection} of {@code Certificate}s that
73 * match the selector, an empty {@code Collection} will be returned.
76 * {@code Collection} may not contain <b>all</b> of the
91 * @return A {@code Collection} of {@code Certificate}s that
95 public abstract Collection<? extends Certificate> engineGetCertificates
99 * Returns a {@code Collection} of {@code CRL}s that
101 * match the selector, an empty {@code Collection} will be returned.
104 * {@code Collection} may not contain <b>all</b> of the
119 * @return A {@code Collection} of {@code CRL}s that
123 public abstract Collection<? extends CRL> engineGetCRLs