mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-23 03:17:58 +01:00
Formatting
This commit is contained in:
parent
9e403c1124
commit
0e45de9b4a
1 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@ public abstract class ImplementationFactory {
|
||||||
}
|
}
|
||||||
|
|
||||||
public PBESecretKeyEncryptor getPBESecretKeyEncryptor(SymmetricKeyAlgorithm symmetricKeyAlgorithm,
|
public PBESecretKeyEncryptor getPBESecretKeyEncryptor(SymmetricKeyAlgorithm symmetricKeyAlgorithm,
|
||||||
Passphrase passphrase)
|
Passphrase passphrase)
|
||||||
throws PGPException {
|
throws PGPException {
|
||||||
return getPBESecretKeyEncryptor(symmetricKeyAlgorithm,
|
return getPBESecretKeyEncryptor(symmetricKeyAlgorithm,
|
||||||
getPGPDigestCalculator(HashAlgorithm.SHA1), passphrase);
|
getPGPDigestCalculator(HashAlgorithm.SHA1), passphrase);
|
||||||
|
@ -59,8 +59,8 @@ public abstract class ImplementationFactory {
|
||||||
public abstract PBESecretKeyEncryptor getPBESecretKeyEncryptor(PGPSecretKey secretKey, Passphrase passphrase) throws PGPException;
|
public abstract PBESecretKeyEncryptor getPBESecretKeyEncryptor(PGPSecretKey secretKey, Passphrase passphrase) throws PGPException;
|
||||||
|
|
||||||
public abstract PBESecretKeyEncryptor getPBESecretKeyEncryptor(SymmetricKeyAlgorithm symmetricKeyAlgorithm,
|
public abstract PBESecretKeyEncryptor getPBESecretKeyEncryptor(SymmetricKeyAlgorithm symmetricKeyAlgorithm,
|
||||||
PGPDigestCalculator digestCalculator,
|
PGPDigestCalculator digestCalculator,
|
||||||
Passphrase passphrase);
|
Passphrase passphrase);
|
||||||
|
|
||||||
public abstract PBESecretKeyDecryptor getPBESecretKeyDecryptor(Passphrase passphrase) throws PGPException;
|
public abstract PBESecretKeyDecryptor getPBESecretKeyDecryptor(Passphrase passphrase) throws PGPException;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue