public class ControlsProcessed
extends ASN1Object
| Constructor and Description |
|---|
ControlsProcessed(BodyPartReference bodyPartRef)
Construct a ControlsProcessed object containing one BodyPartReference.
|
ControlsProcessed(BodyPartReference[] bodyList) |
| Modifier and Type | Method and Description |
|---|---|
BodyPartReference[] |
getBodyList() |
static ControlsProcessed |
getInstance(java.lang.Object src) |
ASN1Primitive |
toASN1Primitive() |
public ControlsProcessed(BodyPartReference bodyPartRef)
bodyPartRef - the BodyPartReference to be contained.public ControlsProcessed(BodyPartReference[] bodyList)
public static ControlsProcessed getInstance(java.lang.Object src)
public BodyPartReference[] getBodyList()
public ASN1Primitive toASN1Primitive()