JCE1 JCE Provider 개발하기 - JCE Code Signing 인증서 요청 JCE Provider를 개발 및 배포하려면 Oracle으로부터 발급받은 JCE Code Signing Certificate를 통해 클래스들을 서명해야 합니다. 그렇지 않으면 디버깅조차 되지 않습니다. Exception in thread "main" java.lang.SecurityException: JCE cannot authenticate the provider CustomProvider at javax.crypto.Cipher.getInstance(Cipher.java:656) at MyTestMain.main(MyTestMain.java:16) Caused by: java.lang.SecurityException: Cannot verify jar:file:/.... 위와 같은 오류를 보게 됩니다... 2019. 8. 7. 이전 1 다음 반응형