|
From: <mo...@sp...> - 2003-05-28 03:59:06
|
Depending on the type of certificate you've got, you can use java=2Esecurity=2Ecert=2EX509Certificate's=20 checkValidity() or checkValidity(Date) methods=2E The second is documente= d as: Checks that the given date is within the certificate's validity period=2E= =20 In other words, this determines whether the certificate would be valid=20= at the given date/time=2E=20 Alternatively, cryptix=2Epki=2EExtendedCertificate has similar methods wit= h the same names and descriptions=2E -Moshe Original Message: ----------------- From: Milinovsky,Martin Martin=2EMilinovsky@drei=2Ecom Date: Tue, 27 May 2003 16:55:50 +0200 To: cryptix-users@lists=2Esourceforge=2Enet Subject: [Cryptix-users] Revokation How can I tell if a (public) key is revoked? I didn't find any methods to get this information=2E Regards =09Martin -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web=2Ecom/ =2E |