Uses of Class
com.hierynomus.mssmb2.SMB2PacketHeader
Packages that use SMB2PacketHeader
Package
Description
-
Uses of SMB2PacketHeader in com.hierynomus.mssmb2
Subclasses with type arguments of type SMB2PacketHeader in com.hierynomus.mssmb2Modifier and TypeClassDescriptionclassclassRepresents the partially deserialized SMB2Packet contents.Constructors in com.hierynomus.mssmb2 with parameters of type SMB2PacketHeaderModifierConstructorDescriptionSMBApiException(SMB2PacketHeader header, String message) SMBApiException(SMB2PacketHeader header, String message, Throwable t) -
Uses of SMB2PacketHeader in com.hierynomus.smbj.connection
Methods in com.hierynomus.smbj.connection that return SMB2PacketHeader -
Uses of SMB2PacketHeader in com.hierynomus.smbj.session
Methods in com.hierynomus.smbj.session with parameters of type SMB2PacketHeaderModifier and TypeMethodDescriptionSession.getSigningKey(SMB2PacketHeader header, boolean signing) If Connection.Dialect belongs to the SMB 3.x dialect family, and the received message is an SMB2 SESSION_SETUP Response without a status code equal to STATUS_SUCCESS in the header, the client MUST verify the signature of the message as specified in section 3.1.5.1, using Session.SigningKey as the signing key, and passing the response message.