We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b83f1 commit 827674bCopy full SHA for 827674b
README.md
@@ -69,9 +69,9 @@ Certificate encryptionCertificate = EncryptionUtils.loadEncryptionCertificate("<
69
A `PrivateKey` key object can be created from a PKCS#12 file by calling the `EncryptionUtils.loadDecryptionKey` method:
70
```java
71
PrivateKey decryptionKey = EncryptionUtils.loadDecryptionKey(
72
- "<insert PKCS#12 key file path>",
73
- "<insert key alias>",
74
- "<insert key password>");
+ "<insert PKCS#12 key file path>",
+ "<insert key alias>",
+ "<insert key password>");
75
```
76
77
#### From a PKCS#8 Formatted Key
0 commit comments