mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-06 04:26:00 +01:00
Add comment for ArmorUtils method
This commit is contained in:
parent
c20e80f716
commit
cdef935974
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ public final class ArmorUtils {
|
||||||
* If it is <pre>false</pre>, the signature will be encoded as-is.
|
* If it is <pre>false</pre>, the signature will be encoded as-is.
|
||||||
*
|
*
|
||||||
* @param signature signature
|
* @param signature signature
|
||||||
|
* @param export whether to exclude non-exportable subpackets or trust-packets.
|
||||||
* @return ascii armored string
|
* @return ascii armored string
|
||||||
*
|
*
|
||||||
* @throws IOException in case of an error in the {@link ArmoredOutputStream}
|
* @throws IOException in case of an error in the {@link ArmoredOutputStream}
|
||||||
|
|
Loading…
Reference in a new issue