mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 10:49:39 +02:00
Kotlin conversion: RevocationStateType
This commit is contained in:
parent
c8bfcc807b
commit
2fb7e6c3a3
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
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
package org.pgpainless.algorithm;
|
package org.pgpainless.algorithm
|
||||||
|
|
||||||
public enum RevocationStateType {
|
|
||||||
|
|
||||||
|
enum class RevocationStateType {
|
||||||
/**
|
/**
|
||||||
* Certificate is not revoked.
|
* Certificate is not revoked.
|
||||||
*/
|
*/
|
||||||
|
@ -20,4 +19,4 @@ public enum RevocationStateType {
|
||||||
* Certificate is revoked with a hard revocation.
|
* Certificate is revoked with a hard revocation.
|
||||||
*/
|
*/
|
||||||
hardRevoked
|
hardRevoked
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue