mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Small javadoc fixes
This commit is contained in:
parent
cf4ba07fbc
commit
9c87e4f34f
1 changed files with 1 additions and 4 deletions
|
@ -48,9 +48,7 @@ class SigningOptions(private val api: PGPainless) {
|
||||||
_hashAlgorithmOverride = hashAlgorithmOverride
|
_hashAlgorithmOverride = hashAlgorithmOverride
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** Evaluation date for signing keys. */
|
||||||
* Evaluation date for signing keys.
|
|
||||||
*/
|
|
||||||
val evaluationDate: Date
|
val evaluationDate: Date
|
||||||
get() = _evaluationDate
|
get() = _evaluationDate
|
||||||
|
|
||||||
|
@ -455,7 +453,6 @@ class SigningOptions(private val api: PGPainless) {
|
||||||
* @param userId user-id to determine algorithm preferences
|
* @param userId user-id to determine algorithm preferences
|
||||||
* @param signatureType document signature type
|
* @param signatureType document signature type
|
||||||
* @param subpacketCallback callback to change the subpackets of the signature
|
* @param subpacketCallback callback to change the subpackets of the signature
|
||||||
*
|
|
||||||
* @return this
|
* @return this
|
||||||
*/
|
*/
|
||||||
fun addDetachedSignature(
|
fun addDetachedSignature(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue