Access to this page requires authorization. You can try
signing in
or
changing directories
.
Access to this page requires authorization. You can try
changing directories
.
[Android.Runtime.Register("java/security/cert/CertificateExpiredException", DoNotGenerateAcw=true)]
public class CertificateExpiredException : Java.Security.Cert.CertificateException
[<Android.Runtime.Register("java/security/cert/CertificateExpiredException", DoNotGenerateAcw=true)>]
type CertificateExpiredException = class
inherit CertificateException
Inheritance
CertificateExpiredException
Certificate Expired Exception. This is thrown whenever the current
Date
or the specified
Date
is after the
notAfter
date/time specified in the validity period of the certificate.
Added in 1.2.
Java documentation for
java.security.cert.CertificateExpiredException
.
Portions of this page are modifications based on work created and shared by the
Android Open Source Project
and used according to terms described in the
Creative Commons 2.5 Attribution License.
Appends the specified exception to the exceptions that were
suppressed in order to deliver this exception.
(Inherited from
Throwable
)
Provides programmatic access to the stack trace information printed by
#printStackTrace()
.
(Inherited from
Throwable
)
Returns an array containing all of the exceptions that were
suppressed, typically by the
try
-with-resources
statement, in order to deliver this exception.
(Inherited from
Throwable
)
Sets the stack trace elements that will be returned by
#getStackTrace()
and printed by
#printStackTrace()
and related methods.
(Inherited from
Throwable
)