Home | History | Annotate | Download | only in x509

Lines Matching defs:POINTS

39  * Represent the CRL Distribution Points Extension (OID = 2.5.29.31).
41 * The CRL distribution points extension identifies how CRL information
97 public static final String POINTS = "points";
110 * @param distributionPoints the list of distribution points
124 * @param distributionPoints the list of distribution points
228 if (name.equalsIgnoreCase(POINTS)) {
245 if (name.equalsIgnoreCase(POINTS)) {
258 if (name.equalsIgnoreCase(POINTS)) {
275 elements.addElement(POINTS);