Class TaggedAttribute

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class TaggedAttribute
    extends org.bouncycastle.asn1.ASN1Object
    TaggedAttribute from RFC5272
     TaggedAttribute ::= SEQUENCE {
     bodyPartID         BodyPartID,
     attrType           OBJECT IDENTIFIER,
     attrValues         SET OF AttributeValue
     }
     
    • Constructor Detail

      • TaggedAttribute

        public TaggedAttribute​(BodyPartID bodyPartID,
                               org.bouncycastle.asn1.ASN1ObjectIdentifier attrType,
                               org.bouncycastle.asn1.ASN1Set attrValues)
    • Method Detail

      • getBodyPartID

        public BodyPartID getBodyPartID()
      • getAttrType

        public org.bouncycastle.asn1.ASN1ObjectIdentifier getAttrType()
      • getAttrValues

        public org.bouncycastle.asn1.ASN1Set getAttrValues()
      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object