1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-09 22:01:10 +01:00

Move classes related to GNU dummy keys to gnupg package

This commit is contained in:
Paul Schaub 2022-10-29 14:58:18 +02:00
parent df4fc94ce7
commit 58aa9f5712
5 changed files with 7 additions and 5 deletions

View file

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0
package org.pgpainless.key.gnu_dummy_s2k;
package org.gnupg;
import org.bouncycastle.bcpg.S2K;

View file

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: Apache-2.0
package org.pgpainless.key.gnu_dummy_s2k;
package org.gnupg;
import org.bouncycastle.bcpg.PublicKeyPacket;
import org.bouncycastle.bcpg.S2K;

View file

@ -5,4 +5,4 @@
/**
* Utility classes related to creating keys with GNU DUMMY S2K values.
*/
package org.pgpainless.key.gnu_dummy_s2k;
package org.gnupg;