Uses of Class
org.jcsp.net.security.SimpleSecurityAuthority.SimpleChallenge
-
Packages that use SimpleSecurityAuthority.SimpleChallenge Package Description org.jcsp.net.security This package contains the files specifically for link security implementing various authentication schemes. -
-
Uses of SimpleSecurityAuthority.SimpleChallenge in org.jcsp.net.security
Methods in org.jcsp.net.security with parameters of type SimpleSecurityAuthority.SimpleChallenge 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.
-