Uses of Interface
org.eclipse.milo.opcua.stack.core.security.CertificateGroup
Packages that use CertificateGroup
-
Uses of CertificateGroup in org.eclipse.milo.opcua.stack.core.security
Classes in org.eclipse.milo.opcua.stack.core.security that implement CertificateGroupModifier and TypeClassDescriptionclassAn implementation of the DefaultApplicationGroup CertificateGroup.Methods in org.eclipse.milo.opcua.stack.core.security that return types with arguments of type CertificateGroupModifier and TypeMethodDescriptionCertificateManager.getCertificateGroup(ByteString thumbprint) CertificateManager.getCertificateGroup(NodeId certificateGroupId) Get theCertificateGroupidentified bycertificateGroupId.DefaultCertificateManager.getCertificateGroup(ByteString thumbprint) DefaultCertificateManager.getCertificateGroup(NodeId certificateGroupId) CertificateManager.getCertificateGroups()Get theCertificateGroups managed by thisCertificateManager.DefaultCertificateManager.getCertificateGroups()default Optional<CertificateGroup>CertificateManager.getDefaultApplicationGroup()Get the DefaultApplicationGroupCertificateGroup, if it's configured.default Optional<CertificateGroup>CertificateManager.getDefaultHttpsGroup()Get the DefaultHttpsGroupCertificateGroup, if it's configured.default Optional<CertificateGroup>CertificateManager.getDefaultUserTokenGroup()Get the DefaultUserTokenGroupCertificateGroup, if it's configured.Constructors in org.eclipse.milo.opcua.stack.core.security with parameters of type CertificateGroupModifierConstructorDescriptionDefaultCertificateManager(CertificateQuarantine certificateQuarantine, CertificateGroup group) Constructor parameters in org.eclipse.milo.opcua.stack.core.security with type arguments of type CertificateGroupModifierConstructorDescriptionDefaultCertificateManager(CertificateQuarantine certificateQuarantine, Collection<CertificateGroup> groups)