Searched refs:certificateValid (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CertSelector.java102 private Date certificateValid; field in class:X509CertSelector
450 * Sets the certificateValid criterion. The specified date must fall
452 * <code>X509Certificate</code>. If <code>null</code>, no certificateValid
463 certificateValid = null;
465 certificateValid = (Date)certValid.clone();
1464 * Returns the certificateValid criterion. The specified date must fall
1466 * <code>X509Certificate</code>. If <code>null</code>, no certificateValid
1476 if (certificateValid == null) {
1479 return (Date)certificateValid.clone();
1853 if (certificateValid !
[all...]

Completed in 32 milliseconds