mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 10:49:39 +02:00
Bump sop-java to 4.0.5 and adopt changes (--as=clearsigned)
This commit is contained in:
parent
86b06ee5e3
commit
243d64fcb4
5 changed files with 10 additions and 10 deletions
|
@ -63,7 +63,7 @@ public class InlineDetachTest {
|
|||
byte[] cleartextSigned = sop.inlineSign()
|
||||
.key(key)
|
||||
.withKeyPassword("sw0rdf1sh")
|
||||
.mode(InlineSignAs.CleartextSigned)
|
||||
.mode(InlineSignAs.clearsigned)
|
||||
.data(data).getBytes();
|
||||
|
||||
// actually detach the message
|
||||
|
|
|
@ -36,7 +36,7 @@ public class InlineSignVerifyRoundtripTest {
|
|||
byte[] inlineSigned = sop.inlineSign()
|
||||
.key(key)
|
||||
.withKeyPassword("sw0rdf1sh")
|
||||
.mode(InlineSignAs.CleartextSigned)
|
||||
.mode(InlineSignAs.clearsigned)
|
||||
.data(message).getBytes();
|
||||
|
||||
ByteArrayAndResult<List<Verification>> result = sop.inlineVerify()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue