Skip to content

Commit

Permalink
Incorporating Base64 class from commons-code-1.9 to support deploymen…
Browse files Browse the repository at this point in the history
…t on Android which embeds commons-code-1.2 and causes unfound methods.
  • Loading branch information
william-ferguson-au committed Jan 24, 2014
1 parent 0f6dea4 commit 0663109
Show file tree
Hide file tree
Showing 4 changed files with 1,621 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package au.com.xandar.crypto;

import org.apache.commons.codec.binary.Base64;
import org.apache.commons.codec_1_9.binary.Base64;

import java.security.*;
import java.security.interfaces.RSAPrivateKey;
Expand Down
Loading

0 comments on commit 0663109

Please sign in to comment.