Returns the time at which the signature expires
()
| 144 | |
| 145 | /** Returns the time at which the signature expires */ |
| 146 | public Date |
| 147 | getExpire() { |
| 148 | return expire; |
| 149 | } |
| 150 | |
| 151 | /** Returns the time at which this signature was generated */ |
| 152 | public Date |
no outgoing calls
no test coverage detected