public interface SignatureBuilder<K extends SignatureBuilder<K>>
boolean isSign()
K sign(boolean signMessage)
signMessage - Set to true if the message should be signed. For protecting an entry, this needs to be set to true.K sign()
K keyPair(KeyPair keyPair)
keyPair - The keyPair to sing the complete message. The key will be attached to the message and stored
potentially with a data object (if there is such an object in the message).KeyPair keyPair()
Copyright © 2014. All rights reserved.