Class SimpleSecurityAuthority.SimpleChallenge

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

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

    • timestamp

      public long timestamp
    • data

      public byte[] data
  • Constructor Details

    • SimpleChallenge

      public SimpleChallenge()
  • Method Details

    • fillRandom

      public void fillRandom()