Returns The footprint/key id of the signing key.
()
| 156 | |
| 157 | /** Returns The footprint/key id of the signing key. */ |
| 158 | public int |
| 159 | getFootprint() { |
| 160 | return footprint; |
| 161 | } |
| 162 | |
| 163 | /** Returns the owner of the signing key */ |
| 164 | public Name |
no outgoing calls
no test coverage detected