Ejemplo n.º 1
0
 /**
  * @return Set to true if the message should be signed. For protecting an entry, this needs to be
  *     set to true.
  */
 public SendDirectBuilder sign() {
   this.keyPair = peer.peerBean().keyPair();
   return this;
 }