mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 02:09:38 +02:00
Merge pull request #475 from felhag/fix/typo-readme
Fixed typo in sop readme
This commit is contained in:
commit
a74db2d26d
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