Package org.bouncycastle.asn1.cmc
Class BodyPartPath
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.cmc.BodyPartPath
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class BodyPartPath extends org.bouncycastle.asn1.ASN1Object
BodyPartPath ::= SEQUENCE SIZE (1..MAX) OF BodyPartID
-
-
Constructor Summary
Constructors Constructor Description BodyPartPath(BodyPartID bodyPartID)
Construct a BodyPartPath object containing one BodyPartID.BodyPartPath(BodyPartID[] bodyPartIDs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BodyPartID[]
getBodyPartIDs()
static BodyPartPath
getInstance(Object obj)
static BodyPartPath
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Constructor Detail
-
BodyPartPath
public BodyPartPath(BodyPartID bodyPartID)
Construct a BodyPartPath object containing one BodyPartID.- Parameters:
bodyPartID
- the BodyPartID to be contained.
-
BodyPartPath
public BodyPartPath(BodyPartID[] bodyPartIDs)
-
-
Method Detail
-
getInstance
public static BodyPartPath getInstance(Object obj)
-
getInstance
public static BodyPartPath getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
-
getBodyPartIDs
public BodyPartID[] getBodyPartIDs()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
-