Right now the code that's messing me up is: byte[] bytesTimestampUtf8Encrypted = cipher.doFinal(bytesTimestampUtf8Unencrypted); String secret = (new BASE64Encoder()).encodeBuffer(bytesTimestampUtf8Encrypted);
How would I implement this with the Apache Commons Codec? -- View this message in context: http://maven.40175.n5.nabble.com/compile-compile-failure-on-sun-proprietary-implementation-API-usage-tp115960p5803369.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
