pgpainless/pgpainless-core/src/main/kotlin/org/pgpainless/key/generation/type/KeyLength.kt

11 lines
200 B
Kotlin

// SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.pgpainless.key.generation.type
interface KeyLength {
val length: Int
}