Class PKIResponse

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class PKIResponse
    extends ASN1Object
        --  This defines the response message in the protocol
      id-cct-PKIResponse OBJECT IDENTIFIER ::= { id-cct 3 }
    
     ResponseBody ::= PKIResponse
    
     PKIResponse ::= SEQUENCE {
         controlSequence   SEQUENCE SIZE(0..MAX) OF TaggedAttribute,
         cmsSequence       SEQUENCE SIZE(0..MAX) OF TaggedContentInfo,
         otherMsgSequence  SEQUENCE SIZE(0..MAX) OF OtherMsg
     }