MCPcopy Create free account
hub / github.com/LUX-Core/lux / BERDecodeAlgorithmParameters

Function BERDecodeAlgorithmParameters

src/cryptopp/asn.h:403–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

BERDecodeMethod · 0.85

Calls 1

BERDecodeNullFunction · 0.85

Tested by

no test coverage detected