Android2 Base64 Encoding / Decoding in Android 안드로이드에서 Base64 인코딩 디코딩 하기 Base64 Encoding / Decoding in Android 안드로이드 OS는 이미 apache codec 1.3의 Base64를 가지고 있다. Android OS already has the Base64 of apache codec 1.3. public static byte[] encodeBase64(byte [] binaryData) { byte [] buf = null; try { Class Base64 = Class.forName("org.apache.commons.codec.binary.Base64"); Class[] parameterTypes = new Class[] { byte[].class }; Method encodeBase64 = B.. 2010. 3. 20. 신뢰되지 않은 루트 인증서 안드로이드 에뮬레이터에 설치하는 방법 신뢰되지 않은 루트 인증서를 안드로이드 에뮬레이터에 설치하는 방법 How to install a untrusted root certificate to android emulator 1. 작업 디렉토리를 만듭니다. (WORKDIR) 2. 루트 인증서(MYROOT.CER)를 WORKDIR 로 옮깁니다. 3. 첨부 파일을 WORKDIR로 다운로드 받습니다. 4. http://www.bouncycastle.org/latest_releases.html에서 Bouncy Castle Crypto API 라이브러리를 다운로드 받습니다. 예) http://www.bouncycastle.org/download/bcprov-jdk16-145.jar 5. 다운로드 받은 jar 파일을 "$JAVA_HOME\jre\lib\ext.. 2010. 2. 4. 이전 1 다음