Uses of Interface
org.jcsp.net.security.SecurityService
Packages that use SecurityService
Package
Description
This package contains the files specifically for link security implementing various authentication schemes.
-
Uses of SecurityService in org.jcsp.net.security
Classes in org.jcsp.net.security that implement SecurityServiceModifier and TypeClassDescriptionclass
Provides a basic security authority based on unique names. -
Uses of SecurityService in org.jcsp.net.tcpip
Fields in org.jcsp.net.tcpip declared as SecurityServiceModifier and TypeFieldDescriptionprivate SecurityService
TCPIPNodeFactory.security
Optional security service to install.Methods in org.jcsp.net.tcpip with parameters of type SecurityServiceModifier and TypeMethodDescriptionvoid
TCPIPNodeFactory.setSecurityAuthority
(SecurityService security) Sets the security service to be used.