Uses of Interface
org.apache.plc4x.java.opcua.security.CertificateVerifier
-
Packages that use CertificateVerifier Package Description org.apache.plc4x.java.opcua.context org.apache.plc4x.java.opcua.security -
-
Uses of CertificateVerifier in org.apache.plc4x.java.opcua.context
Methods in org.apache.plc4x.java.opcua.context that return CertificateVerifier Modifier and Type Method Description CertificateVerifierOpcuaDriverContext. getCertificateVerifier() -
Uses of CertificateVerifier in org.apache.plc4x.java.opcua.security
Classes in org.apache.plc4x.java.opcua.security that implement CertificateVerifier Modifier and Type Class Description classPermissiveCertificateVerifierThe trust manager which does trust all certificates and does not complain on anything.classTrustStoreCertificateVerifier
-