public class TaggedAttribute extends ASN1Object
TaggedAttribute ::= SEQUENCE {
bodyPartID BodyPartID,
attrType OBJECT IDENTIFIER,
attrValues SET OF AttributeValue
}
| Constructor and Description |
|---|
TaggedAttribute(BodyPartID bodyPartID,
ASN1ObjectIdentifier attrType,
ASN1Set attrValues) |
| Modifier and Type | Method and Description |
|---|---|
ASN1ObjectIdentifier |
getAttrType() |
ASN1Set |
getAttrValues() |
BodyPartID |
getBodyPartID() |
static TaggedAttribute |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCodepublic TaggedAttribute(BodyPartID bodyPartID, ASN1ObjectIdentifier attrType, ASN1Set attrValues)
public static TaggedAttribute getInstance(java.lang.Object o)
public BodyPartID getBodyPartID()
public ASN1ObjectIdentifier getAttrType()
public ASN1Set getAttrValues()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object