forked from I2P_Developers/i2p.i2p
merge of '477b2b4e4f6f8a2e406fb9729cd603d8caeadb40'
and 'ef12e90467e2bdbf5e64a9e55230ce56121d7347'
This commit is contained in:
@ -171,7 +171,8 @@ public enum SigType {
|
|||||||
return true;
|
return true;
|
||||||
try {
|
try {
|
||||||
getParams();
|
getParams();
|
||||||
Signature.getInstance(getAlgorithmName());
|
if (getBaseAlgorithm() != SigAlgo.EdDSA)
|
||||||
|
Signature.getInstance(getAlgorithmName());
|
||||||
getDigestInstance();
|
getDigestInstance();
|
||||||
getHashInstance();
|
getHashInstance();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
Reference in New Issue
Block a user