public class ControlsProcessed
extends org.bouncycastle.asn1.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 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) |
org.bouncycastle.asn1.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 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object