jdk/src/share/classes/sun/security/x509/X509CRLImpl.java
changeset 7040 659824c2a550
parent 5506 202f599c92aa
child 10336 0bb1999251f8
child 13038 e6024efff1b6
--- a/jdk/src/share/classes/sun/security/x509/X509CRLImpl.java	Sat Oct 30 18:39:17 2010 +0800
+++ b/jdk/src/share/classes/sun/security/x509/X509CRLImpl.java	Mon Nov 01 07:57:46 2010 -0700
@@ -764,6 +764,15 @@
     }
 
     /**
+     * Gets the signature AlgorithmId from the CRL.
+     *
+     * @return the signature AlgorithmId
+     */
+    public AlgorithmId getSigAlgId() {
+        return sigAlgId;
+    }
+
+    /**
      * return the AuthorityKeyIdentifier, if any.
      *
      * @returns AuthorityKeyIdentifier or null