public interface CertificateValidator
| Modifier and Type | Field and Description |
|---|---|
static CertificateValidator |
ALLOW_ALL |
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
validateCertificate(ApplicationDescription applicationDescription,
Cert cert)
Validate the given application instance certificate against the ApplicationDescription.
|
StatusCode |
validateCertificate(Cert cert)
Validate the given application instance or user authentication certificate.
|
static final CertificateValidator ALLOW_ALL
StatusCode validateCertificate(ApplicationDescription applicationDescription, Cert cert)
applicationDescription - the application descriptioncert - the certificateStatusCode if the certificate is rejected or has a problem. Returns
StatusCode.GOOD if it is valid and trusted.StatusCode validateCertificate(Cert cert)
ApplicationDescription is not available.cert - the certificateStatusCode if the certificate is rejected or has a problem. Returns
StatusCode.GOOD if it is valid and trusted.Copyright © 2026. All rights reserved.