1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-17 18:02:05 +01:00

Fix javadoc of SigningOptions methods

This commit is contained in:
Paul Schaub 2022-08-29 12:35:51 +02:00
parent 3f82bd3114
commit 39ff2bca73
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -104,6 +104,7 @@ public final class SigningOptions {
* @param signingKey key ring containing the signing key * @param signingKey key ring containing the signing key
* @return this * @return this
* *
* @throws KeyException if something is wrong with the key
* @throws PGPException if the key cannot be unlocked or a signing method cannot be created * @throws PGPException if the key cannot be unlocked or a signing method cannot be created
*/ */
public SigningOptions addSignature(SecretKeyRingProtector signingKeyProtector, public SigningOptions addSignature(SecretKeyRingProtector signingKeyProtector,
@ -119,6 +120,7 @@ public final class SigningOptions {
* @param signingKeys collection of signing keys * @param signingKeys collection of signing keys
* @param signatureType type of signature (binary, canonical text) * @param signatureType type of signature (binary, canonical text)
* @return this * @return this
*
* @throws KeyException if something is wrong with any of the keys * @throws KeyException if something is wrong with any of the keys
* @throws PGPException if any of the keys cannot be unlocked or a signing method cannot be created * @throws PGPException if any of the keys cannot be unlocked or a signing method cannot be created
*/ */
@ -140,9 +142,10 @@ public final class SigningOptions {
* @param secretKeyDecryptor decryptor to unlock the signing secret key * @param secretKeyDecryptor decryptor to unlock the signing secret key
* @param secretKey signing key * @param secretKey signing key
* @param signatureType type of signature (binary, canonical text) * @param signatureType type of signature (binary, canonical text)
* @return this
*
* @throws KeyException if something is wrong with the key * @throws KeyException if something is wrong with the key
* @throws PGPException if the key cannot be unlocked or the signing method cannot be created * @throws PGPException if the key cannot be unlocked or the signing method cannot be created
* @return this
*/ */
public SigningOptions addInlineSignature(SecretKeyRingProtector secretKeyDecryptor, public SigningOptions addInlineSignature(SecretKeyRingProtector secretKeyDecryptor,
PGPSecretKeyRing secretKey, PGPSecretKeyRing secretKey,
@ -163,7 +166,8 @@ public final class SigningOptions {
* @param userId user-id of the signer * @param userId user-id of the signer
* @param signatureType signature type (binary, canonical text) * @param signatureType signature type (binary, canonical text)
* @return this * @return this
* @throws KeyException if the key is invalid *
* @throws KeyException if something is wrong with the key
* @throws PGPException if the key cannot be unlocked or the signing method cannot be created * @throws PGPException if the key cannot be unlocked or the signing method cannot be created
*/ */
public SigningOptions addInlineSignature(SecretKeyRingProtector secretKeyDecryptor, public SigningOptions addInlineSignature(SecretKeyRingProtector secretKeyDecryptor,
@ -187,8 +191,8 @@ public final class SigningOptions {
* @param signatureType signature type (binary, canonical text) * @param signatureType signature type (binary, canonical text)
* @param subpacketsCallback callback to modify the hashed and unhashed subpackets of the signature * @param subpacketsCallback callback to modify the hashed and unhashed subpackets of the signature
* @return this * @return this
* @throws KeyException *
* if the key is invalid * @throws KeyException if the key is invalid
* @throws PGPException if the key cannot be unlocked or the signing method cannot be created * @throws PGPException if the key cannot be unlocked or the signing method cannot be created
*/ */
public SigningOptions addInlineSignature(SecretKeyRingProtector secretKeyDecryptor, public SigningOptions addInlineSignature(SecretKeyRingProtector secretKeyDecryptor,
@ -234,6 +238,8 @@ public final class SigningOptions {
* @param signingKeys collection of signing key rings * @param signingKeys collection of signing key rings
* @param signatureType type of the signature (binary, canonical text) * @param signatureType type of the signature (binary, canonical text)
* @return this * @return this
*
* @throws KeyException if something is wrong with any of the keys
* @throws PGPException if any of the keys cannot be validated or unlocked, or if any signing method cannot be created * @throws PGPException if any of the keys cannot be validated or unlocked, or if any signing method cannot be created
*/ */
public SigningOptions addDetachedSignatures(SecretKeyRingProtector secretKeyDecryptor, public SigningOptions addDetachedSignatures(SecretKeyRingProtector secretKeyDecryptor,
@ -255,8 +261,10 @@ public final class SigningOptions {
* @param secretKeyDecryptor decryptor to unlock the secret signing key * @param secretKeyDecryptor decryptor to unlock the secret signing key
* @param secretKey signing key * @param secretKey signing key
* @param signatureType type of data that is signed (binary, canonical text) * @param signatureType type of data that is signed (binary, canonical text)
* @throws PGPException if the key cannot be validated or unlocked, or if no signature method can be created
* @return this * @return this
*
* @throws KeyException if something is wrong with the key
* @throws PGPException if the key cannot be validated or unlocked, or if no signature method can be created
*/ */
public SigningOptions addDetachedSignature(SecretKeyRingProtector secretKeyDecryptor, public SigningOptions addDetachedSignature(SecretKeyRingProtector secretKeyDecryptor,
PGPSecretKeyRing secretKey, PGPSecretKeyRing secretKey,
@ -277,8 +285,10 @@ public final class SigningOptions {
* @param secretKey signing key * @param secretKey signing key
* @param userId user-id * @param userId user-id
* @param signatureType type of data that is signed (binary, canonical text) * @param signatureType type of data that is signed (binary, canonical text)
* @throws PGPException if the key cannot be validated or unlocked, or if no signature method can be created
* @return this * @return this
*
* @throws KeyException if something is wrong with the key
* @throws PGPException if the key cannot be validated or unlocked, or if no signature method can be created
*/ */
public SigningOptions addDetachedSignature(SecretKeyRingProtector secretKeyDecryptor, public SigningOptions addDetachedSignature(SecretKeyRingProtector secretKeyDecryptor,
PGPSecretKeyRing secretKey, PGPSecretKeyRing secretKey,
@ -301,8 +311,10 @@ public final class SigningOptions {
* @param userId user-id * @param userId user-id
* @param signatureType type of data that is signed (binary, canonical text) * @param signatureType type of data that is signed (binary, canonical text)
* @param subpacketCallback callback to modify hashed and unhashed subpackets of the signature * @param subpacketCallback callback to modify hashed and unhashed subpackets of the signature
* @throws PGPException if the key cannot be validated or unlocked, or if no signature method can be created
* @return this * @return this
*
* @throws KeyException if something is wrong with the key
* @throws PGPException if the key cannot be validated or unlocked, or if no signature method can be created
*/ */
public SigningOptions addDetachedSignature(SecretKeyRingProtector secretKeyDecryptor, public SigningOptions addDetachedSignature(SecretKeyRingProtector secretKeyDecryptor,
PGPSecretKeyRing secretKey, PGPSecretKeyRing secretKey,