mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-15 00:42:06 +01:00
Add note about deprecation to BaseSignatureSubpackets
This commit is contained in:
parent
78e36537b6
commit
db72478916
1 changed files with 9 additions and 0 deletions
|
@ -35,6 +35,15 @@ public interface BaseSignatureSubpackets {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Add both an {@link IssuerKeyID} and {@link IssuerFingerprint} subpacket pointing to the given key.
|
||||||
|
*
|
||||||
|
* @param key key
|
||||||
|
* @return this
|
||||||
|
*
|
||||||
|
* @deprecated this method MUST NOT be used for OpenPGP v6, since v6 signatures MUST NOT contain any
|
||||||
|
* {@link IssuerKeyID} packets.
|
||||||
|
*/
|
||||||
BaseSignatureSubpackets setIssuerFingerprintAndKeyId(PGPPublicKey key);
|
BaseSignatureSubpackets setIssuerFingerprintAndKeyId(PGPPublicKey key);
|
||||||
|
|
||||||
BaseSignatureSubpackets setIssuerKeyId(long keyId);
|
BaseSignatureSubpackets setIssuerKeyId(long keyId);
|
||||||
|
|
Loading…
Reference in a new issue