|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface CertificateValidationListener
An event handler interface for reacting to certificate validation handling results.
| Method Summary | |
|---|---|
PkiFileBasedCertificateValidator.ValidationResult |
onValidate(org.opcfoundation.ua.transport.security.Cert certificate,
org.opcfoundation.ua.core.ApplicationDescription applicationDescription,
EnumSet<PkiFileBasedCertificateValidator.CertificateCheck> passedChecks)
Deprecated. Handle certificate validation. |
| Method Detail |
|---|
PkiFileBasedCertificateValidator.ValidationResult onValidate(org.opcfoundation.ua.transport.security.Cert certificate,
org.opcfoundation.ua.core.ApplicationDescription applicationDescription,
EnumSet<PkiFileBasedCertificateValidator.CertificateCheck> passedChecks)
The method is called once the actual validator has already checked the certificate and provides the results of the checks in the parameters. If isTrusted, isSignVerified, isValid are all false, you should normally accept the certificate.
certificate - the certificate that is being validatedpassedChecks - the certification checks that failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||