Class EnrolmentResponse


  • public final class EnrolmentResponse
    extends java.lang.Object
    Response of certificate enrolment.
    Author:
    Lijun Liao (xipki)
    • Method Detail

      • isPending

        public boolean isPending()
        Returns true for a pending response, false otherwise.
        Returns:
        true for a pending response, false otherwise.
      • isFailure

        public boolean isFailure()
      • isSuccess

        public boolean isSuccess()
      • getCertificates

        public java.util.List<org.xipki.security.X509Cert> getCertificates()
      • getFailInfo

        public FailInfo getFailInfo()
      • getFailInfoText

        public java.lang.String getFailInfoText()