jglobus / JGlobus

jGlobus is a collection of Java client libraries for Globus® Toolkit security, GRAM, and GridFTP.
http://www.globus.org/toolkit/jglobus/
Apache License 2.0
24 stars 44 forks source link

ASN1OutputStream constructor is private - use create() method #183

Open ellert opened 2 years ago

ellert commented 2 years ago

Bouncycastle was updated to version 1.70 in Fedora. A few changes to JGlobus are needed to compile against this version.

kofemann commented 2 years ago

Hi @ellert ,

are those changes backward compatible? The pom file sill depends on 1.50.

ellert commented 2 years ago

are those changes backward compatible? The pom file sill depends on 1.50.

The create() method was added in BC 1.63.