Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        public final byte[] data
    • Constructor Detail

      • SimpleResponse

        public SimpleResponse​(byte[] data)