Is it possible to implement revocation checking on a digital certificate (a *.cer
file) with a Java program, without any connection to the Internet by the program?
I can download the CRL
from a CA's web site and put it on the server where the program is running. How does my program check the certificate's revocation status against that downloaded CRL
?