public static class HALMConnection.CertificateResult extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
certificates
List of retrieved certificates.
|
com.perforce.halm.rest.CertificateInfo |
certInfo
The raw certificate information response.
|
| Constructor and Description |
|---|
CertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasCerts()
Does the result contain any certificates?
|
boolean |
sentAreValid()
Were the certificates sent with the initial request valid?
|
public List<String> certificates
public com.perforce.halm.rest.CertificateInfo certInfo
public boolean sentAreValid()
public boolean hasCerts()
Copyright © 2016–2023. All rights reserved.