Class SMB3EncryptedPacketFactory

    • Method Summary

      Modifier and Type Method Description
      boolean canHandle​(byte[] data)
      Checks whether this PacketFactory is able to handle the incoming raw byte data.
      SMB3EncryptedPacketData read​(byte[] data)
      Construct packet data out of the raw byte data.
      • Methods inherited from class java.lang.Object

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