mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-14 16:32:06 +01: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…
Reference in a new issue