1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29:39 +02:00

Small javadoc fixes

This commit is contained in:
Paul Schaub 2025-04-02 13:46:17 +02:00
parent cf4ba07fbc
commit 9c87e4f34f
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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(