mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
Remove deprecated EncryptionResult.getSymmetricKeyAlgorithm()
Use getEncryptionAlgorithm() instead
This commit is contained in:
parent
6b3d676531
commit
054828ef8c
1 changed files with 0 additions and 13 deletions
|
@ -46,19 +46,6 @@ public final class EncryptionResult {
|
||||||
this.fileEncoding = encoding;
|
this.fileEncoding = encoding;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Return the symmetric encryption algorithm used to encrypt the message.
|
|
||||||
* @return symmetric encryption algorithm
|
|
||||||
*
|
|
||||||
* @deprecated use {@link #getEncryptionAlgorithm()} instead.
|
|
||||||
*
|
|
||||||
* TODO: Remove in 1.2.X
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public SymmetricKeyAlgorithm getSymmetricKeyAlgorithm() {
|
|
||||||
return getEncryptionAlgorithm();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the symmetric encryption algorithm used to encrypt the message.
|
* Return the symmetric encryption algorithm used to encrypt the message.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue