Returns the time at which this signature was generated
()
| 150 | |
| 151 | /** Returns the time at which this signature was generated */ |
| 152 | public Date |
| 153 | getTimeSigned() { |
| 154 | return timeSigned; |
| 155 | } |
| 156 | |
| 157 | /** Returns The footprint/key id of the signing key. */ |
| 158 | public int |
no outgoing calls
no test coverage detected