mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 20:15:59 +01:00
Kotlin conversion: RevocationStateType
This commit is contained in:
parent
b52c10974a
commit
2f1a5c7c1a
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
|||
// SPDX-FileCopyrightText: 2022 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
// SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package org.pgpainless.algorithm;
|
||||
|
||||
public enum RevocationStateType {
|
||||
package org.pgpainless.algorithm
|
||||
|
||||
enum class RevocationStateType {
|
||||
/**
|
||||
* Certificate is not revoked.
|
||||
*/
|
||||
|
@ -20,4 +19,4 @@ public enum RevocationStateType {
|
|||
* Certificate is revoked with a hard revocation.
|
||||
*/
|
||||
hardRevoked
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue