(self, raw_data)
| 27 | description = "Direct use of a shared symmetric key" |
| 28 | |
| 29 | def prepare_key(self, raw_data): |
| 30 | return OctKey.import_key(raw_data) |
| 31 | |
| 32 | def generate_preset(self, enc_alg, key): |
| 33 | return {} |
nothing calls this directly
no test coverage detected