java.lang.ClassCastException: class org.bouncycastle.asn1.DLApplicationSpecific cannot be cast to class org.bouncycastle.asn1.ASN1TaggedObject
I am trying to read a file from a samba share. For this I want to use the jcifs-ng lib. Threfore I got the jcifs-ng jar (version 2.1.10) and added it to my build path and wrote the following code: