1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-19 02:42:05 +01:00

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

View file

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