Patrick wrote: >I'm using JSS' Signature class. The signature output is in binary and I'd >like to store in a file in a readable format. The standard seems to be >Base64 encoding (any other?) and was looking for a class to do the trick. >Did not see one in JSS. Did I miss it? > org.mozilla.jss.util.Base64OutputStream should do what you need. It is very straightforward. It's not in the docs but it should be.
>Also what about the PrintableString.PrintableConverter class in ASN1, could >it be used for this purpose? > No.
