Home | History | Annotate | Download | only in x509

Lines Matching defs:this

20  * This class extends the PKIXParameters with a validity model parameter.
95 * @param params Parameters to set. If this are
138 * This is the default PKIX validity model. Actually there are two variants
139 * of this: The PKIX model and the modified PKIX model. The PKIX model
143 * with the {@link PKIXParameters#setDate(java.util.Date)} method, so this
150 * This model uses the following validity model. Each certificate must have
183 this.useDeltas = useDeltas;
197 * Sets the Java CertStore to this extended PKIX parameters.
229 this.stores = new ArrayList();
242 this.stores = new ArrayList(stores);
250 * This method should be used to add local stores, like collection based
272 * You should not use this method. This method is used for adding additional
274 * during X.509 object processing, e.g. in certificates or CRLs. This method
335 this.validityModel = validityModel;
350 params.setParams(this);
430 this.selector = (Selector) selector.clone();
434 this.selector = null;
444 * This method wraps the given <code>X509CertSelector</code> into a
460 this.selector = X509CertStoreSelector
465 this.selector = null;
502 this.trustedACIssuers.clear();
513 this.trustedACIssuers.clear();
514 this.trustedACIssuers.addAll(trustedACIssuers);
548 this.necessaryACAttributes.clear();
559 this.necessaryACAttributes.clear();
560 this.necessaryACAttributes.addAll(necessaryACAttributes);
593 this.prohibitedACAttributes.clear();
604 this.prohibitedACAttributes.clear();
605 this.prohibitedACAttributes.addAll(prohibitedACAttributes);
636 this.attrCertCheckers.clear();
647 this.attrCertCheckers.clear();
648 this.attrCertCheckers.addAll(attrCertCheckers);