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:
parent
c22a2e4fcf
commit
cad89b9bde
1 changed files with 1 additions and 4 deletions
|
@ -48,9 +48,7 @@ class SigningOptions(private val api: PGPainless) {
|
|||
_hashAlgorithmOverride = hashAlgorithmOverride
|
||||
}
|
||||
|
||||
/**
|
||||
* Evaluation date for signing keys.
|
||||
*/
|
||||
/** Evaluation date for signing keys. */
|
||||
val evaluationDate: Date
|
||||
get() = _evaluationDate
|
||||
|
||||
|
@ -455,7 +453,6 @@ class SigningOptions(private val api: PGPainless) {
|
|||
* @param userId user-id to determine algorithm preferences
|
||||
* @param signatureType document signature type
|
||||
* @param subpacketCallback callback to change the subpackets of the signature
|
||||
*
|
||||
* @return this
|
||||
*/
|
||||
fun addDetachedSignature(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue