add some comments to previous commit

This commit is contained in:
Vincent Breitmoser
2014-09-10 01:04:13 +02:00
parent 7dbb7cf1e1
commit d61d846b72
3 changed files with 12 additions and 1 deletions

View File

@@ -335,6 +335,7 @@ public class PgpSignEncrypt {
throw new NoSigningKeyException();
}
// Make sure we are allowed to sign here!
if ( ! signingKey.canSign()) {
throw new NoSigningKeyException();
}