1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 18:29: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 fa9d769c5a
commit b4cff6d295
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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