Uses of Class
org.jcsp.net.security.SimpleSecurityAuthority.SimpleUserID
-
Packages that use SimpleSecurityAuthority.SimpleUserID Package Description org.jcsp.net.security This package contains the files specifically for link security implementing various authentication schemes. -
-
Uses of SimpleSecurityAuthority.SimpleUserID in org.jcsp.net.security
Methods in org.jcsp.net.security with parameters of type SimpleSecurityAuthority.SimpleUserID Modifier and Type Method Description private void
SimpleSecurityAuthority. createResponse(SimpleSecurityAuthority.SimpleChallenge c, SimpleSecurityAuthority.SimpleUserID u, byte[] b)
Creates a response for the given challenge using a given user ID.
-