Uses of Interface
org.jcsp.net.security.SecurityService
-
Packages that use SecurityService Package Description org.jcsp.net.security This package contains the files specifically for link security implementing various authentication schemes.org.jcsp.net.tcpip -
-
Uses of SecurityService in org.jcsp.net.security
Classes in org.jcsp.net.security that implement SecurityService Modifier and Type Class Description class
SimpleSecurityAuthority
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 SecurityService Modifier and Type Field Description private SecurityService
TCPIPNodeFactory. security
Optional security service to install.Methods in org.jcsp.net.tcpip with parameters of type SecurityService Modifier and Type Method Description void
TCPIPNodeFactory. setSecurityAuthority(SecurityService security)
Sets the security service to be used.
-