ContentType(oid_t oid)
Definition ContentType.hpp:46
static bool classof(const Attribute *attr)
Definition ContentType.hpp:65
ContentType & operator=(const ContentType &)=default
~ContentType() override=default
ContentType(const ContentType &)=default
friend class SignatureParser
Definition ContentType.hpp:40
std::string print() const override
Print information about the attribute.
const oid_t & oid() const
OID as described in RFC #2985.
Definition ContentType.hpp:54
friend class Parser
Definition ContentType.hpp:39
ContentType()
Definition ContentType.hpp:43
void accept(Visitor &visitor) const override
std::unique_ptr< Attribute > clone() const override
Definition ContentType.hpp:61