public class AllowAllCertificatesValidator extends Object implements CertificateValidator
CertificateValidator that allows all certificates.ALLOW_ALL| Constructor and Description |
|---|
AllowAllCertificatesValidator() |
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
validateCertificate(ApplicationDescription applicationDescription,
Cert cert)
Validate the given application instance certificate against the ApplicationDescription.
|
StatusCode |
validateCertificate(Cert c)
Validate the given application instance or user authentication certificate.
|
public StatusCode validateCertificate(ApplicationDescription applicationDescription, Cert cert)
CertificateValidatorvalidateCertificate in interface CertificateValidatorapplicationDescription - the application descriptioncert - the certificateStatusCode if the certificate is rejected or has a problem. Returns
StatusCode.GOOD if it is valid and trusted.public StatusCode validateCertificate(Cert c)
ApplicationDescription is not available.validateCertificate in interface CertificateValidatorc - 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.