Returns the binary data representing the key
()
| 96 | * Returns the binary data representing the key |
| 97 | */ |
| 98 | public byte [] |
| 99 | getKey() { |
| 100 | return key; |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Returns the key's footprint (after computing it) |
no outgoing calls
no test coverage detected