Class PKIResponse

    • Field Detail

      • inResponseTo

        protected java.lang.String inResponseTo
      • failureMessage

        protected java.lang.String failureMessage
    • Constructor Detail

      • PKIResponse

        public PKIResponse()
    • Method Detail

      • getInResponseTo

        public java.lang.String getInResponseTo()
        Gets the value of the inResponseTo property.
        Returns:
        possible object is String
      • setInResponseTo

        public void setInResponseTo​(java.lang.String value)
        Sets the value of the inResponseTo property.
        Parameters:
        value - allowed object is String
      • setStatus

        public void setStatus​(RequestStatus value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is RequestStatus
      • getFailureMessage

        public java.lang.String getFailureMessage()
        Gets the value of the failureMessage property.
        Returns:
        possible object is String
      • setFailureMessage

        public void setFailureMessage​(java.lang.String value)
        Sets the value of the failureMessage property.
        Parameters:
        value - allowed object is String