Class ChallengeResponseFactoryImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] createBytesChallenge​(java.lang.String password)  
      byte[] createBytesResponse​(byte[] challenge, java.lang.String password)  
      java.io.Serializable createChallenge​(java.lang.String password)  
      java.io.Serializable createResponse​(java.io.Serializable challenge, java.lang.String password)  
      boolean verifyBytesResponse​(byte[] challenge, byte[] response, java.lang.String password)  
      boolean verifyResponse​(java.io.Serializable challenge, java.io.Serializable response, java.lang.String password)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait