mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-22 21:07:57 +01:00
Add javadoc to SignAs
This commit is contained in:
parent
33c8e5edc5
commit
be2fd9de49
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@
|
||||||
package sop.enums;
|
package sop.enums;
|
||||||
|
|
||||||
public enum SignAs {
|
public enum SignAs {
|
||||||
|
/**
|
||||||
|
* Signature is made over the binary message.
|
||||||
|
*/
|
||||||
Binary,
|
Binary,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Signature is made over the message in text mode.
|
||||||
|
*/
|
||||||
Text
|
Text
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue