JDK-4290539 : Need class for DeltaCRLIndicatorExtension for PKIX
  • Type: Enhancement
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 1.2.2
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 1999-11-11
  • Updated: 2005-05-24
  • Resolved: 2005-05-24
Related Reports
Duplicate :  
Description
sun.security.x509 needs a class to handle the DeltaCRLIndicatorExtension
for PKIX.

Comments
SUGGESTED FIX Add following to sun.security.x509.OIDMap: 29a27,29 > import sun.security.x509.DeltaCRLIndicatorExtension; 71a74,75 > private static final String DELTA_INDICATOR = ROOT + "." + > DeltaCRLIndicatorExtension.NAME; 95a103 > props.put(DELTA_INDICATOR, "2.5.29.27"); 126a138 > props.put(DELTA_INDICATOR, "sun.security.x509.DeltaCRLIndicatorExtension"); PKIXExtensions.java already has the necessary OID values. Class itself will be sent by e-mail, since it is too long for an attachment.
11-06-2004

PUBLIC COMMENTS Need class for DeltaCRLIndicatorExtension for PKIX
10-06-2004

EVALUATION ###@###.### 2002-09-18 Will look into for Tiger.
18-09-2002