Package-level declarations
Types
Exception internal to the notary service. Does not get exposed to CorDapps and flows calling NotaryFlow.Client.
A flow run by a notary service that handles notarisation requests.
Base implementation for a notary service operated by a singe party.
A service that records input states of the given transaction and provides conflict information if any of the inputs have already been used in another transaction.
Functions
Creates a signature over the notarisation request using the legal identity key.
Checks if the provided states were used as inputs in the specified transaction.
Checks that there are sufficient signatures to satisfy the notary signing requirement and validates the signatures against the given transaction id.
Returns NotaryError.TimeWindowInvalid if currentTime is outside the timeWindow, and null otherwise.
Verifies the signature against this notarisation request. Checks that the signature is issued by the right party.