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?
Also what about the PrintableString.PrintableConverter class in ASN1, could it be used for this purpose? -- P
