Ross Nicoll
f0c7d7665a
Remove deprecated signing functions
...
* Remove TransactionBuilder.signWith()
* Remove TransactionBuilder.addSignatureUnchecked()
* Rename signInitialTransaction to toSignedTransaction
* Remove checkAndAddSignature()
* Require all unit tests sign transactions via services
2017-08-11 17:37:50 +01:00
Andrius Dagys
4ca8b8d681
Remove type-specific transaction builder. Normal transactions should use TransactionBuilder and notary change transactions are created directly.
2017-07-31 14:31:17 +01:00
Matthew Nesbit
05a97b11f3
First cut at removing PrivateKey leakage from KeyManagementService
...
Fixup after rebase
Restore original key property names
Fixup after rebase
Undo extra import that IntelliJ keeps erroneously adding.
Add comments and fix docs for transaction signing.
Fixes after rebase
More fixes after rebase
Address PR requests
Address PR requests
2017-05-18 17:34:04 +01:00
Mike Hearn
cbb66f87f3
Regen docsite with new JavaDoc format API reference
2017-01-18 13:42:22 +01:00
Andrius Dagys
13e781ea73
Minor: fix spacing in using-a-notary docs
2016-11-28 18:22:13 +00:00
Andrius Dagys
2f37024af7
Added tutorials on how to use & run a notary.
2016-11-28 15:15:13 +00:00