Turn KeyLength method into val

This commit is contained in:
Paul Schaub 2023-09-07 15:14:00 +02:00
parent 4382c1f20e
commit f8abb28a81
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ package org.pgpainless.key.generation.type
interface KeyLength {
fun getLength(): Int
val length: Int
}