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 classSimpleSecurityAuthorityProvides 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 SecurityServiceTCPIPNodeFactory. securityOptional security service to install.Methods in org.jcsp.net.tcpip with parameters of type SecurityService Modifier and Type Method Description voidTCPIPNodeFactory. setSecurityAuthority(SecurityService security)Sets the security service to be used.
-