Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.objects.TrustListType
Packages that use TrustListType
-
Uses of TrustListType in org.eclipse.milo.opcua.sdk.client.model.objects
Classes in org.eclipse.milo.opcua.sdk.client.model.objects that implement TrustListTypeMethods in org.eclipse.milo.opcua.sdk.client.model.objects that return TrustListTypeModifier and TypeMethodDescriptionCertificateGroupType.getTrustListNode()Get the TrustListTrustListTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type TrustListTypeModifier and TypeMethodDescriptionCompletableFuture<? extends TrustListType>CertificateGroupType.getTrustListNodeAsync()Asynchronous implementation ofCertificateGroupType.getTrustListNode().