-
Enhancement
-
Resolution: Fixed
-
P4
-
1.4.2, 5.0
-
tiger
-
generic, x86
-
generic, windows_2000
The class java.security.cert.X509CRL currently includes a method getRevokedCertificate(BigInteger serialNumber) to obtain the X509CRLEntry associated with that certificate. However, in the case of indirect CRLs the serial number does not uniquely identify a certificate.
A method getRevokedCertificate(X509Certificate) should be added.
===
A corresponding method getCertificateIssuer() should be added to X509CRLEntry as well.
Changing synopsis to reflect that.
###@###.### 2003-08-22
A method getRevokedCertificate(X509Certificate) should be added.
===
A corresponding method getCertificateIssuer() should be added to X509CRLEntry as well.
Changing synopsis to reflect that.
###@###.### 2003-08-22
- duplicates
-
JDK-4941974 new X509CRL.getRevokedCerts() should return an ordered List (and not a Set)
- Closed