Class TaggedAttribute

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class TaggedAttribute
    extends ASN1Object
    TaggedAttribute from RFC5272
     TaggedAttribute ::= SEQUENCE {
     bodyPartID         BodyPartID,
     attrType           OBJECT IDENTIFIER,
     attrValues         SET OF AttributeValue
     }