public interface CertificateValidator
| Modifier and Type | Method and Description |
|---|---|
void |
validateCertificateChain(List<X509Certificate> certificateChain)
Check that trust can be established using the provided certificate chain and then validate every certificate
in the chain.
|
void validateCertificateChain(List<X509Certificate> certificateChain) throws UaException
The chain must begin with the end-entity certificate at index 0 followed by the remaining certificates in the chain, if any, in the correct order.
UaException - if certificate is not trusted or validation fails for any reason.Copyright © 2025. All rights reserved.