beanit / asn1bean

ASN1bean (formerly known as jASN1) is a Java ASN.1 BER and DER encoding/decoding library
https://www.beanit.com/asn1/
Apache License 2.0
110 stars 45 forks source link

change encode method's argument to OutputStream to make it more generic #3

Closed onderson closed 6 years ago

onderson commented 7 years ago

and do casting to BerByteArrayOutputStream for issue #2

onderson commented 7 years ago

@sfeuerhahn, did you have a chance to look into this PR?

onderson commented 6 years ago

@sfeuerhahn, finally found a space to revise, could you please review again? thanks

onderson commented 6 years ago

@sfeuerhahn , when do you think we can review and possibly merge the PR? Regards

sfeuerhahn commented 6 years ago

thanks onders, I have merged it into the develop branch instead of master.

onderson commented 6 years ago

@sfeuerhahn , thanks