| 69 | IRep getIntegerRep(void) const; |
| 70 | |
| 71 | bool operator==(const EncryptionAlgorithm &algo) const { return (Value == algo.Value); }; |
| 72 | |
| 73 | /** |
| 74 | * check if srep is a valid std::string representation (w.r.t the Translations array) |
nothing calls this directly
no outgoing calls
no test coverage detected