mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-10 02:39:45 +02:00
Fix issues in kdoc
This commit is contained in:
parent
edb405d79e
commit
859bb5bdde
4 changed files with 6 additions and 5 deletions
|
@ -9,8 +9,9 @@ package sop
|
|||
*
|
||||
* @param micAlg string identifying the digest mechanism used to create the signed message. This is
|
||||
* useful for setting the `micalg=` parameter for the multipart/signed content-type of a PGP/MIME
|
||||
* object as described in section 5 of [RFC3156]. If more than one signature was generated and
|
||||
* different digest mechanisms were used, the value of the micalg object is an empty string.
|
||||
* object as described in section 5 of [RFC3156](https://www.rfc-editor.org/rfc/rfc3156#section-5).
|
||||
* If more than one signature was generated and different digest mechanisms were used, the value
|
||||
* of the micalg object is an empty string.
|
||||
*/
|
||||
data class SigningResult(val micAlg: MicAlg) {
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ interface GenerateKey {
|
|||
fun signingOnly(): GenerateKey
|
||||
|
||||
/**
|
||||
* Generate the OpenPGP key and return it encoded as an [InputStream].
|
||||
* Generate the OpenPGP key and return it encoded as an [java.io.InputStream].
|
||||
*
|
||||
* @return key
|
||||
* @throws MissingArg if no user-id was provided
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue