Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed Oct 4, 2015
1 parent 1fb5bff commit 8f3fe62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ public class ISO9796d2PSSSigner
private int preTLength;

/**
* Generate a signer for the with either implicit or explicit trailers
* for ISO9796-2, scheme 2 or 3.
* Generate a signer with either implicit or explicit trailers for ISO9796-2, scheme 2 or 3.
*
* @param cipher base cipher to use for signature creation/verification
* @param digest digest to use.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public class ISO9796d2Signer
private byte[] preBlock;

/**
* Generate a signer for the with either implicit or explicit trailers
* for ISO9796-2.
* Generate a signer with either implicit or explicit trailers for ISO9796-2.
*
* @param cipher base cipher to use for signature creation/verification
* @param digest digest to use.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ public class X931Signer
private byte[] block;

/**
* Generate a signer for the with either implicit or explicit trailers
* for X9.31
* Generate a signer with either implicit or explicit trailers for X9.31
*
* @param cipher base cipher to use for signature creation/verification
* @param digest digest to use.
Expand Down

0 comments on commit 8f3fe62

Please sign in to comment.