| 401 | //! \returns OID of the algorithm |
| 402 | virtual OID GetAlgorithmID() const =0; |
| 403 | virtual bool BERDecodeAlgorithmParameters(BufferedTransformation &bt) |
| 404 | {BERDecodeNull(bt); return false;} |
| 405 | virtual bool DEREncodeAlgorithmParameters(BufferedTransformation &bt) const |
| 406 | {DEREncodeNull(bt); return false;} // see RFC 2459, section 7.3.1 |
| 407 |
no test coverage detected