pub trait ContentTrait {
    // Provided method
    fn content_type(&self) -> String { ... }
}

Provided Methods§

fn content_type(&self) -> String

Return the OID that describes this content info. In the case of the PE authenticode, it should return SPC_INDIRECT_DATA_OBJID (1.3.6.1.4.1.311.2.1.4)

Implementors§