From 5a0466966154fcf731862f6c05ac236684182afe Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 11 Dec 2020 22:54:11 +0100 Subject: [PATCH] Add missing package.info --- .../key/generation/type/ecc/package-info.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pgpainless-core/src/main/java/org/pgpainless/key/generation/type/ecc/package-info.java diff --git a/pgpainless-core/src/main/java/org/pgpainless/key/generation/type/ecc/package-info.java b/pgpainless-core/src/main/java/org/pgpainless/key/generation/type/ecc/package-info.java new file mode 100644 index 00000000..76c6b03b --- /dev/null +++ b/pgpainless-core/src/main/java/org/pgpainless/key/generation/type/ecc/package-info.java @@ -0,0 +1,19 @@ +/* + * Copyright 2018 Paul Schaub. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/** + * Classes describing different OpenPGP key types based on elliptic curves. + */ +package org.pgpainless.key.generation.type.ecc;