jdk/src/share/classes/com/sun/jarsigner/ContentSignerParameters.java
changeset 17161 df1ec0e2f0e7
parent 8556 d3d6e4643560
child 23010 6dadb192ad81
equal deleted inserted replaced
17160:2dfc3fe28a65 17161:df1ec0e2f0e7
    58      * @return The TSA certificate. May be null.
    58      * @return The TSA certificate. May be null.
    59      */
    59      */
    60     public X509Certificate getTimestampingAuthorityCertificate();
    60     public X509Certificate getTimestampingAuthorityCertificate();
    61 
    61 
    62     /**
    62     /**
       
    63      * Retrieves the TSAPolicyID for a Timestamping Authority (TSA).
       
    64      *
       
    65      * @return The TSAPolicyID. May be null.
       
    66      */
       
    67     public String getTSAPolicyID();
       
    68 
       
    69     /**
    63      * Retrieves the JAR file's signature.
    70      * Retrieves the JAR file's signature.
    64      *
    71      *
    65      * @return The non-null array of signature bytes.
    72      * @return The non-null array of signature bytes.
    66      */
    73      */
    67     public byte[] getSignature();
    74     public byte[] getSignature();