Class SimpleSecurityAuthority.SimpleResponse

java.lang.Object
org.jcsp.net.security.SimpleSecurityAuthority.SimpleResponse
All Implemented Interfaces:
Serializable, Response
Enclosing class:
SimpleSecurityAuthority

private static final class SimpleSecurityAuthority.SimpleResponse extends Object implements Response
The response for this authority, consisting of a block of data which has been mangled based on the timestamp and ID of the user creating the response.
  • Field Details

    • data

      public final byte[] data
  • Constructor Details

    • SimpleResponse

      public SimpleResponse(byte[] data)