Class RequestAuthenticator

    • Constructor Summary

      Constructors 
      Constructor Description
      RequestAuthenticator​(java.security.SecureRandom rand, java.lang.String secret)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      • Methods inherited from class java.lang.Object

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

      • RequestAuthenticator

        public RequestAuthenticator​(java.security.SecureRandom rand,
                                    java.lang.String secret)
                             throws java.security.NoSuchAlgorithmException
        Throws:
        java.security.NoSuchAlgorithmException
    • Method Detail

      • getData

        public byte[] getData()
                       throws java.io.IOException
        Specified by:
        getData in class Authenticator
        Throws:
        java.io.IOException