mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Fixed typo in sop readme
This commit is contained in:
parent
7953ade136
commit
5f30df6d16
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ byte[] encrypted = sop.encrypt()
|
|||
|
||||
// Decrypt a message
|
||||
ByteArrayAndResult<DecryptionResult> messageAndVerifications = sop.decrypt()
|
||||
.verifyWith(cert)
|
||||
.verifyWithCert(cert)
|
||||
.withKey(key)
|
||||
.ciphertext(encrypted)
|
||||
.toByteArrayAndResult();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue