ASN1Encodable
, Encodable
public class ControlsProcessed extends ASN1Object
-- Inform follow on servers that one or more controls have already been -- processed id-cmc-controlProcessed OBJECT IDENTIFIER ::= {id-cmc 32} ControlsProcessed ::= SEQUENCE { bodyList SEQUENCE SIZE(1..MAX) OF BodyPartReference }
Constructor | Description |
---|---|
ControlsProcessed(BodyPartReference bodyPartRef) |
Construct a ControlsProcessed object containing one BodyPartReference.
|
ControlsProcessed(BodyPartReference[] bodyList) |
Modifier and Type | Method | Description |
---|---|---|
BodyPartReference[] |
getBodyList() |
|
static ControlsProcessed |
getInstance(java.lang.Object src) |
|
ASN1Primitive |
toASN1Primitive() |
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
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()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object