Class ControlsProcessed

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    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 Detail

      • ControlsProcessed

        public ControlsProcessed​(BodyPartReference bodyPartRef)
        Construct a ControlsProcessed object containing one BodyPartReference.
        Parameters:
        bodyPartRef - the BodyPartReference to be contained.
    • Method Detail

      • toASN1Primitive

        public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
        Specified by:
        toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object