Uses of Class
org.opcfoundation.ua.cert.CertificateCheck

Packages that use CertificateCheck
org.opcfoundation.ua.cert   
 

Uses of CertificateCheck in org.opcfoundation.ua.cert
 

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

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

Method parameters in org.opcfoundation.ua.cert with type arguments of type CertificateCheck
 ValidationResult DefaultCertificateValidatorListener.onValidate(Cert certificate, ApplicationDescription applicationDescription, EnumSet<CertificateCheck> passedChecks)
          Handle certificate validation.
 



Copyright © 2018. All rights reserved.