Interface over the structure described by the OID 1.2.840.113549.1.9.3 (PKCS #9)
Definition ContentType.hpp:37
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
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
ContentType()
Definition ContentType.hpp:43
void accept(Visitor &visitor) const override
std::unique_ptr< Attribute > clone() const override
Definition ContentType.hpp:61