|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CertificateNotYetValidException | |
com.ibm.security.cert | |
javax.security.cert |
Uses of CertificateNotYetValidException in com.ibm.security.cert |
Methods in com.ibm.security.cert that throw CertificateNotYetValidException | |
void |
X509V1CertImpl.checkValidity()
Checks that the certificate is currently valid, i.e. |
void |
X509V1CertImpl.checkValidity(java.util.Date date)
Checks that the specified date is within the certificate's validity period, or basically if the certificate would be valid at the specified date/time. |
Uses of CertificateNotYetValidException in javax.security.cert |
Methods in javax.security.cert that throw CertificateNotYetValidException | |
abstract void |
X509Certificate.checkValidity()
Checks that the certificate is currently valid. |
abstract void |
X509Certificate.checkValidity(java.util.Date date)
Checks that the specified date is within the certificate's validity period. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |