mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +01:00
Rename InlineSignAs.CleartextSigned to clearsigned, make options lowercase
Fixes #16
This commit is contained in:
parent
01beb99e43
commit
c00109c2bf
1 changed files with 3 additions and 3 deletions
|
@ -9,16 +9,16 @@ public enum InlineSignAs {
|
|||
/**
|
||||
* Signature is made over the binary message.
|
||||
*/
|
||||
Binary,
|
||||
binary,
|
||||
|
||||
/**
|
||||
* Signature is made over the message in text mode.
|
||||
*/
|
||||
Text,
|
||||
text,
|
||||
|
||||
/**
|
||||
* Signature is made using the Cleartext Signature Framework.
|
||||
*/
|
||||
CleartextSigned,
|
||||
clearsigned,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue