Skip to content

Commit 827674b

Browse files
committed
Clean-up (part 2)
1 parent 08b83f1 commit 827674b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ Certificate encryptionCertificate = EncryptionUtils.loadEncryptionCertificate("<
6969
A `PrivateKey` key object can be created from a PKCS#12 file by calling the `EncryptionUtils.loadDecryptionKey` method:
7070
```java
7171
PrivateKey decryptionKey = EncryptionUtils.loadDecryptionKey(
72-
"<insert PKCS#12 key file path>",
73-
"<insert key alias>",
74-
"<insert key password>");
72+
"<insert PKCS#12 key file path>",
73+
"<insert key alias>",
74+
"<insert key password>");
7575
```
7676

7777
#### From a PKCS#8 Formatted Key

0 commit comments

Comments
 (0)