We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368a0af commit 7930bc0Copy full SHA for 7930bc0
README.md
@@ -54,7 +54,7 @@ JDK 1.8 미만 버전은 AES GCM 을 지원하지 않으므로 AES CBC 알고리
54
55
세션을 생성할 때, 아래와 같이 알고리즘 파라미터를 추가해주세요.
56
```
57
-TossCertSession tossCertSession = tossCertSessionGenerator.generate(AESAlgorithm.AES_GCM);
+TossCertSession tossCertSession = tossCertSessionGenerator.generate(AESAlgorithm.AES_CBC);
58
59
60
Oracle JDK 7u171 미만 버전에서 AES-256 알고리즘 이용하려면 [링크](https://www.oracle.com/java/technologies/javase-jce-all-downloads.html)에 설명된 Unlimited Strength Jurisdiction Policy 적용이 필요합니다.
0 commit comments