| 30 | void EncryptionAlgorithm::setValue(EncryptionAlgorithm::IRep irep) { Value = irep; } |
| 31 | |
| 32 | std::string EncryptionAlgorithm::getStringRep() const { return translate(Value); } |
| 33 | |
| 34 | EncryptionAlgorithm::IRep EncryptionAlgorithm::getIntegerRep() const { return Value; } |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected