Returns the binary data representing the signature
()
| 168 | |
| 169 | /** Returns the binary data representing the signature */ |
| 170 | public byte [] |
| 171 | getSignature() { |
| 172 | return signature; |
| 173 | } |
| 174 | |
| 175 | void |
| 176 | setSignature(byte [] signature) { |
no outgoing calls
no test coverage detected