merge of '477b2b4e4f6f8a2e406fb9729cd603d8caeadb40'

and 'ef12e90467e2bdbf5e64a9e55230ce56121d7347'
This commit is contained in:
str4d
2014-05-04 14:52:06 +00:00

View File

@ -171,7 +171,8 @@ public enum SigType {
return true;
try {
getParams();
Signature.getInstance(getAlgorithmName());
if (getBaseAlgorithm() != SigAlgo.EdDSA)
Signature.getInstance(getAlgorithmName());
getDigestInstance();
getHashInstance();
} catch (Exception e) {