LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
LIEF::PE::SpcIndirectData Class Reference
Inheritance diagram for LIEF::PE::SpcIndirectData:
Inheritance graph
[legend]
Collaboration diagram for LIEF::PE::SpcIndirectData:
Collaboration graph
[legend]

Public Member Functions

 SpcIndirectData (const SpcIndirectData &)
 
SpcIndirectDataoperator= (const SpcIndirectData &)
 
std::unique_ptr< Content > clone () const override
 
ALGORITHMS digest_algorithm () const
 Digest used to hash the file.
 
span< const uint8_t > digest () const
 PE's authentihash.
 
const std::string & file () const
 
void print (std::ostream &os) const override
 
void accept (Visitor &visitor) const override
 
- Public Member Functions inherited from LIEF::PE::ContentInfo::Content
 Content (oid_t oid)
 
const oid_t & content_type () const
 
- Public Member Functions inherited from LIEF::Object
 Object (const Object &other)
 
Objectoperator= (const Object &other)
 
template<class T >
output_t< T > as ()
 
template<class T >
output_const_t< T > as () const
 
virtual bool operator== (const Object &other) const
 
virtual bool operator!= (const Object &other) const
 

Static Public Member Functions

static bool classof (const ContentInfo::Content *content)
 

Additional Inherited Members

- Public Types inherited from LIEF::Object
template<class T >
using output_t = add_pointer_t<decay_t<T>>
 
template<class T >
using output_const_t = add_pointer_t<add_const_t<decay_t<T>>>
 

Member Function Documentation

◆ accept()

void LIEF::PE::SpcIndirectData::accept ( Visitor & visitor) const
overridevirtual

Implements LIEF::Object.

◆ clone()

std::unique_ptr< Content > LIEF::PE::SpcIndirectData::clone ( ) const
inlineoverridevirtual

◆ digest()

span< const uint8_t > LIEF::PE::SpcIndirectData::digest ( ) const
inline

PE's authentihash.

See also
LIEF::PE::Binary::authentihash

◆ digest_algorithm()

ALGORITHMS LIEF::PE::SpcIndirectData::digest_algorithm ( ) const
inline

Digest used to hash the file.

It should match LIEF::PE::SignerInfo::digest_algorithm

◆ print()

void LIEF::PE::SpcIndirectData::print ( std::ostream & os) const
overridevirtual

The documentation for this class was generated from the following file: