Returns the owner of the signing key
()
| 162 | |
| 163 | /** Returns the owner of the signing key */ |
| 164 | public Name |
| 165 | getSigner() { |
| 166 | return signer; |
| 167 | } |
| 168 | |
| 169 | /** Returns the binary data representing the signature */ |
| 170 | public byte [] |
no outgoing calls
no test coverage detected