Class TaggedRequest

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.TaggedRequest
All Implemented Interfaces:
ASN1Choice, ASN1Encodable, Encodable

public class TaggedRequest extends ASN1Object implements ASN1Choice
       TaggedRequest ::= CHOICE {
             tcr               [0] TaggedCertificationRequest,
             crm               [1] CertReqMsg,
             orm               [2] SEQUENCE {
             bodyPartID            BodyPartID,
             requestMessageType    OBJECT IDENTIFIER,
             requestMessageValue   ANY DEFINED BY requestMessageType
      }
  }