Uses of Class
com.prosysopc.ua.PkiFileBasedCertificateValidator.CertificateCheck

Packages that use PkiFileBasedCertificateValidator.CertificateCheck
com.prosysopc.ua Common classes for client and server side. 
 

Uses of PkiFileBasedCertificateValidator.CertificateCheck in com.prosysopc.ua
 

Fields in com.prosysopc.ua with type parameters of type PkiFileBasedCertificateValidator.CertificateCheck
static EnumSet<PkiFileBasedCertificateValidator.CertificateCheck> PkiFileBasedCertificateValidator.CertificateCheck.COMPULSORY
          All tests that must pass, to accept the certificate.
 

Methods in com.prosysopc.ua that return PkiFileBasedCertificateValidator.CertificateCheck
static PkiFileBasedCertificateValidator.CertificateCheck PkiFileBasedCertificateValidator.CertificateCheck.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PkiFileBasedCertificateValidator.CertificateCheck[] PkiFileBasedCertificateValidator.CertificateCheck.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in com.prosysopc.ua with type arguments of type PkiFileBasedCertificateValidator.CertificateCheck
 PkiFileBasedCertificateValidator.ValidationResult CertificateValidationListener.onValidate(org.opcfoundation.ua.transport.security.Cert certificate, org.opcfoundation.ua.core.ApplicationDescription applicationDescription, EnumSet<PkiFileBasedCertificateValidator.CertificateCheck> passedChecks)
          Deprecated. Handle certificate validation.
 



Copyright © 2018. All rights reserved.