1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 10:19:39 +02:00

KeyRingInfo: Apply latest method name change from BC

This commit is contained in:
Paul Schaub 2025-03-27 15:49:31 +01:00
parent 8c58ca620d
commit 0fbf7fac04
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -137,7 +137,7 @@ class KeyRingInfo(
/** Newest primary-key revocation self-signature. */
val revocationSelfSignature: PGPSignature? =
primaryKey.getLatestKeyRevocationSignature(referenceDate)?.signature
primaryKey.getLatestKeyRevocationSelfSignature(referenceDate)?.signature
/** Public-key encryption-algorithm of the primary key. */
val algorithm: PublicKeyAlgorithm =