Package org.jcsp.net.security
Class SimpleSecurityAuthority.SimpleResponse
- java.lang.Object
-
- org.jcsp.net.security.SimpleSecurityAuthority.SimpleResponse
-
- All Implemented Interfaces:
java.io.Serializable
,Response
- Enclosing class:
- SimpleSecurityAuthority
private static final class SimpleSecurityAuthority.SimpleResponse extends java.lang.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 Summary
Fields Modifier and Type Field Description byte[]
data
-
Constructor Summary
Constructors Constructor Description SimpleResponse(byte[] data)
-