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

Function DEREncodeAlgorithmParameters

src/cryptopp/asn.h:405–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
408 //! decode subjectPublicKey part of subjectPublicKeyInfo, without the BIT STRING header
409 virtual void BERDecodePublicKey(BufferedTransformation &bt, bool parametersPresent, size_t size) =0;

Callers 1

DEREncodeMethod · 0.85

Calls 1

DEREncodeNullFunction · 0.85

Tested by

no test coverage detected