1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-27 22:14:50 +02:00

De-deprecate SecretKeyRingProtector for now

This commit is contained in:
Paul Schaub 2021-02-07 03:10:29 +01:00
parent eeca8de933
commit 6386579376
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -28,8 +28,6 @@ import org.pgpainless.util.Passphrase;
/** /**
* Interface that is used to provide secret key ring encryptors and decryptors. * Interface that is used to provide secret key ring encryptors and decryptors.
*
* @deprecated use {@link SecretKeyRingProtector2} instead.
*/ */
public interface SecretKeyRingProtector { public interface SecretKeyRingProtector {