sop-java/sop-java/src/main/kotlin/sop/enums/ArmorLabel.kt

15 lines
256 B
Kotlin
Raw Normal View History

2023-10-31 14:47:14 +01:00
// SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
//
// SPDX-License-Identifier: Apache-2.0
package sop.enums
@Deprecated("Use of armor labels is deprecated.")
enum class ArmorLabel {
auto,
sig,
key,
cert,
message
}