Class SimpleSecurityAuthority.SimpleChallenge

  • All Implemented Interfaces:
    java.io.Serializable, Challenge
    Enclosing class:
    SimpleSecurityAuthority

    private static final class SimpleSecurityAuthority.SimpleChallenge
    extends java.lang.Object
    implements Challenge
    The challenge for this authority containing a timestamp and block of random data.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] data  
      long timestamp  
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleChallenge()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fillRandom()  
      • Methods inherited from class java.lang.Object

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

      • timestamp

        public long timestamp
      • data

        public byte[] data
    • Constructor Detail

      • SimpleChallenge

        public SimpleChallenge()
    • Method Detail

      • fillRandom

        public void fillRandom()