Package com.hierynomus.smbj.connection
Class NoSignatory
java.lang.Object
com.hierynomus.smbj.connection.NoSignatory
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionsign(SMB2Packet packet, SecretKey secretKey) booleanverify(SMB2PacketData packet, SecretKey secretKey)