Skip to content

Commit

Permalink
Tried with compress before sign
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed May 27, 2019
1 parent c8979c5 commit 2b0f984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public static void main (final String [] args) throws Exception
final ECryptoAlgorithmCrypt eCryptAlgo = ECryptoAlgorithmCrypt.CRYPT_3DES;

final ECompressionType eCompress = ECompressionType.ZLIB;
final boolean bCompressBeforeSigning = false;
final boolean bCompressBeforeSigning = true;

if (eSignAlgo != null)
aSettings.setMDNOptions (new DispositionOptions ().setMICAlg (eSignAlgo)
Expand Down

0 comments on commit 2b0f984

Please sign in to comment.