Skip to content

Commit 176731e

Browse files
committed
Update RFC reference
1 parent 3761069 commit 176731e

26 files changed

+59
-59
lines changed

pg/src/main/java/org/bouncycastle/bcpg/UserAttributeSubpacketTags.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
*
66
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.12">
77
* RFC4880 - User Attribute Packet</a>
8-
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-user-attribute-packet-type-">
9-
* C-R - User Attribute Packet</a>
8+
* @see <a href="https://www.rfc-editor.org/rfc/rfc9580.html#name-user-attribute-packet-type-">
9+
* RFC9580 - User Attribute Packet</a>
1010
*/
1111
public interface UserAttributeSubpacketTags
1212
{

pg/src/main/java/org/bouncycastle/bcpg/attr/ImageAttribute.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
*
1212
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.12.1">
1313
* RFC4880 - Image Attribute Subpacket</a>
14-
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-the-image-attribute-subpack">
15-
* C-R - Image Attribute Subpacket</a>
14+
* @see <a href="https://www.rfc-editor.org/rfc/rfc9580.html#name-the-image-attribute-subpack">
15+
* RFC9580 - Image Attribute Subpacket</a>
1616
*/
1717
public class ImageAttribute
1818
extends UserAttributeSubpacket

pg/src/main/java/org/bouncycastle/bcpg/sig/EmbeddedSignature.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
*
1212
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.26">
1313
* RFC4880 - Embedded Signature</a>
14-
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-embedded-signature">
15-
* C-R: Embedded Signature</a>
14+
* @see <a href="https://www.rfc-editor.org/rfc/rfc9580.html#name-embedded-signature">
15+
* RFC9580 - Embedded Signature</a>
1616
*/
1717
public class EmbeddedSignature
1818
extends SignatureSubpacket

pg/src/main/java/org/bouncycastle/bcpg/sig/Exportable.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* Non-exportable signatures are not intended to be published.
99
*
1010
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.11">
11-
* Exportable Certification</a>
12-
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-exportable-certification">
13-
* C-R - Exportable Certification</a>
11+
* RFC4880 - Exportable Certification</a>
12+
* @see <a href="https://www.rfc-editor.org/rfc/rfc9580.html#name-exportable-certification">
13+
* RFC9580 - Exportable Certification</a>
1414
*/
1515
public class Exportable
1616
extends SignatureSubpacket

pg/src/main/java/org/bouncycastle/bcpg/sig/Features.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
*
99
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.24">
1010
* RFC4880 - Features</a>
11-
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-features">
12-
* C-R - Features</a>
11+
* @see <a href="https://www.rfc-editor.org/rfc/rfc9580.html#name-features">
12+
* RFC9580 - Features</a>
1313
*/
1414
public class Features
1515
extends SignatureSubpacket

pg/src/main/java/org/bouncycastle/bcpg/sig/IntendedRecipientFingerprint.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* Signature Subpacket containing the fingerprint of the intended recipients primary key.
99
* This packet can be used to prevent malicious forwarding/replay attacks.
1010
*
11-
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-intended-recipient-fingerpr">
12-
* C-R - Intended Recipient Fingerprint</a>
11+
* @see <a href="https://www.rfc-editor.org/rfc/rfc9580.html#name-intended-recipient-fingerpr">
12+
* RFC9580 - Intended Recipient Fingerprint</a>
1313
*/
1414
public class IntendedRecipientFingerprint
1515
extends SignatureSubpacket

pg/src/main/java/org/bouncycastle/bcpg/sig/IssuerFingerprint.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* Signature Subpacket containing the fingerprint of the issuers signing (sub-) key.
1111
* This packet supersedes the {@link IssuerKeyID} subpacket.
1212
*
13-
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-issuer-fingerprint">
14-
* C-R - Issuer Fingerprint</a>
13+
* @see <a href="https://www.rfc-editor.org/rfc/rfc9580.html#name-issuer-fingerprint">
14+
* RFC9580 - Issuer Fingerprint</a>
1515
*/
1616
public class IssuerFingerprint
1717
extends SignatureSubpacket

pg/src/main/java/org/bouncycastle/bcpg/sig/IssuerKeyID.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
*
1212
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.5">
1313
* RFC4880 - Issuer</a>
14-
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-issuer-key-id">
15-
* C-R - Issuer Key ID</a>
14+
* @see <a href="https://www.rfc-editor.org/rfc/rfc9580.html#name-issuer-key-id">
15+
* RFC9580 - Issuer Key ID</a>
1616
*/
1717
public class IssuerKeyID
1818
extends SignatureSubpacket

pg/src/main/java/org/bouncycastle/bcpg/sig/KeyExpirationTime.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
*
1010
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.6">
1111
* RFC4880 - Key Expiration Time</a>
12-
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-key-expiration-time">
13-
* C-R - Key Expiration Time</a>
12+
* @see <a href="https://www.rfc-editor.org/rfc/rfc9580.html#name-key-expiration-time">
13+
* RFC9580 - Key Expiration Time</a>
1414
*/
1515
public class KeyExpirationTime
1616
extends SignatureSubpacket

pg/src/main/java/org/bouncycastle/bcpg/sig/KeyFlags.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
*
99
* @see <a href="https://datatracker.ietf.org/doc/html/rfc4880#section-5.2.3.21">
1010
* RFC4880 - Key Flags</a>
11-
* @see <a href="https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-key-flags">
12-
* C-R - Key Flags</a>
11+
* @see <a href="https://www.rfc-editor.org/rfc/rfc9580.html#name-key-flags">
12+
* RFC9580 - Key Flags</a>
1313
*/
1414
public class KeyFlags
1515
extends SignatureSubpacket

0 commit comments

Comments
 (0)