Skip to content

Commit 7930bc0

Browse files
kaiferroot
authored and
root
committed
RELEASE
1 parent 368a0af commit 7930bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ JDK 1.8 미만 버전은 AES GCM 을 지원하지 않으므로 AES CBC 알고리
5454

5555
세션을 생성할 때, 아래와 같이 알고리즘 파라미터를 추가해주세요.
5656
```
57-
TossCertSession tossCertSession = tossCertSessionGenerator.generate(AESAlgorithm.AES_GCM);
57+
TossCertSession tossCertSession = tossCertSessionGenerator.generate(AESAlgorithm.AES_CBC);
5858
```
5959

6060
Oracle JDK 7u171 미만 버전에서 AES-256 알고리즘 이용하려면 [링크](https://www.oracle.com/java/technologies/javase-jce-all-downloads.html)에 설명된 Unlimited Strength Jurisdiction Policy 적용이 필요합니다.

0 commit comments

Comments
 (0)