mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-19 02:42:05 +01:00
Kotlin conversion: EncryptionPurpose
This commit is contained in:
parent
e9dceb4553
commit
eb94aa6063
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
// SPDX-FileCopyrightText: 2021 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
// SPDX-FileCopyrightText: 2023 Paul Schaub <vanitasvitae@fsfe.org>
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package org.pgpainless.algorithm;
|
||||
package org.pgpainless.algorithm
|
||||
|
||||
public enum EncryptionPurpose {
|
||||
enum class EncryptionPurpose {
|
||||
/**
|
||||
* The stream will encrypt communication that goes over the wire.
|
||||
* E.g. EMail, Chat...
|
Loading…
Reference in a new issue