diff options
Diffstat (limited to 'pki/base/java-tools/src')
| -rw-r--r-- | pki/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pki/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java b/pki/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java index ea9b68e7a..9967da239 100644 --- a/pki/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java +++ b/pki/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java @@ -93,6 +93,12 @@ public class PrettyPrintCrl { InvalidityDateExtension.NAME); } catch (CertificateException e) { } + try { + OIDMap.addAttribute(IssuingDistributionPointExtension.class.getName(), + IssuingDistributionPointExtension.OID, + IssuingDistributionPointExtension.NAME); + } catch (CertificateException e) { + } // (2) Create a DataInputStream() object to the BASE 64 // encoded CRL contained within the file |
