hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
713 stars 180 forks source link

Need for Bcprov jar #602

Closed felixRajkumar closed 3 years ago

felixRajkumar commented 3 years ago

Hi, Do we need bcprov-jdk dependancy jar for smbj. We can ignore it unless we use security provider in config right?.

hierynomus commented 3 years ago

Correct, unless you use the BouncyCastle SecurityProvider, you do not need it.

felixRajkumar commented 3 years ago

Thank you @hierynomus