X509Certificate.getNotAfter

Gets the {@code notAfter} date from the validity period of the certificate. See {@link #getNotBefore() getNotBefore} for relevant ASN.1 definitions.

@return the end date of the validity period. @see #checkValidity

Meta