mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-14 20:59:39 +02:00
Fix propery access
This commit is contained in:
parent
4f35662fb0
commit
31df3a229f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class KeyRingBuilder : KeyRingBuilderInterface<KeyRingBuilder> {
|
||||||
return KeyFlag.hasKeyFlag(flags.flags, KeyFlag.CERTIFY_OTHER)
|
return KeyFlag.hasKeyFlag(flags.flags, KeyFlag.CERTIFY_OTHER)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun keyIsCertificationCapable(keySpec: KeySpec) = keySpec.keyType.canCertify()
|
private fun keyIsCertificationCapable(keySpec: KeySpec) = keySpec.keyType.canCertify
|
||||||
|
|
||||||
override fun build(): PGPSecretKeyRing {
|
override fun build(): PGPSecretKeyRing {
|
||||||
val keyFingerprintCalculator = ImplementationFactory.getInstance()
|
val keyFingerprintCalculator = ImplementationFactory.getInstance()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue