public class TaggedAttribute
extends ASN1Object
| 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() |
public 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()