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:
parent
8c58ca620d
commit
0fbf7fac04
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue