Class NoSignatory

  • All Implemented Interfaces:
    Signatory

    public class NoSignatory
    extends java.lang.Object
    implements Signatory
    When signing is disabled, this class is used to sign and verify packets so that the code does not need to take the lack of signing into account.
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSignatory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SMB2Packet sign​(SMB2Packet packet, javax.crypto.SecretKey secretKey)  
      boolean verify​(SMB2PacketData packet, javax.crypto.SecretKey secretKey)  
      • Methods inherited from class java.lang.Object

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

      • NoSignatory

        public NoSignatory()