Class 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
          }
      }