< prev index next >

src/share/classes/com/sun/jarsigner/ContentSignerParameters.java

Print this page
rev 1522 : 8009636: JARSigner including TimeStamp PolicyID (TSAPolicyID) as defined in RFC3161
Reviewed-by: mullan

@@ -58,10 +58,17 @@
      * @return The TSA certificate. May be null.
      */
     public X509Certificate getTimestampingAuthorityCertificate();
 
     /**
+     * Retrieves the TSAPolicyID for a Timestamping Authority (TSA).
+     *
+     * @return The TSAPolicyID. May be null.
+     */
+    public String getTSAPolicyID();
+
+    /**
      * Retrieves the JAR file's signature.
      *
      * @return The non-null array of signature bytes.
      */
     public byte[] getSignature();
< prev index next >