public class BodyPartPath
extends org.bouncycastle.asn1.ASN1Object
BodyPartPath ::= SEQUENCE SIZE (1..MAX) OF BodyPartID
| Constructor and Description |
|---|
BodyPartPath(BodyPartID bodyPartID)
Construct a BodyPartPath object containing one BodyPartID.
|
BodyPartPath(BodyPartID[] bodyPartIDs) |
| Modifier and Type | Method and Description |
|---|---|
BodyPartID[] |
getBodyPartIDs() |
static BodyPartPath |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static BodyPartPath |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public BodyPartPath(BodyPartID bodyPartID)
bodyPartID - the BodyPartID to be contained.public BodyPartPath(BodyPartID[] bodyPartIDs)
public static BodyPartPath getInstance(java.lang.Object obj)
public static BodyPartPath getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public BodyPartID[] getBodyPartIDs()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object