Class HALMConnection.CertificateResult

  • Enclosing class:
    HALMConnection

    public static class HALMConnection.CertificateResult
    extends Object
    Certificate result
    • Field Detail

      • certificates

        public List<String> certificates
        List of retrieved certificates. May be null, and may be empty.
      • certInfo

        public com.perforce.halm.rest.CertificateInfo certInfo
        The raw certificate information response.
    • Constructor Detail

      • CertificateResult

        public CertificateResult()
    • Method Detail

      • sentAreValid

        public boolean sentAreValid()
        Were the certificates sent with the initial request valid?
        Returns:
        True if they were entirely valid or if the supplied certificates were 'trusted'
      • hasCerts

        public boolean hasCerts()
        Does the result contain any certificates?
        Returns:
        True if the result contains certificates.