fabric-samples/off_chain_data/application-java/app/src/main/java
Mark S. Lewis b931df3a5f Explicitly specify hash in client applications
For some signing implementations, such as ed25519, a non-default hash
implementation must be specified when creating the Gateway connection in
client applications. Rather than relying on the default hash algorithm,
it is probably good practice in general to specify an algorithm that is
compatible with your signing implementation.

This change explicitly specifies the hash algorithm to raise visibility
of the option to select the hash algorithm.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-10-07 12:25:40 -04:00
..
parser Parse transaction creator to Identity in off_chain_data samples (#883) 2022-12-13 13:18:50 +00:00
App.java Update Gateway samples for v1.1 release (#779) 2022-06-30 15:46:32 +01:00
Asset.java Java off-chain data store sample using Fabric Gateway (#749) 2022-05-26 13:42:41 +01:00
AssetTransferBasic.java Update Gateway samples for v1.1 release (#779) 2022-06-30 15:46:32 +01:00
BlockProcessor.java Update Gateway samples for v1.1 release (#779) 2022-06-30 15:46:32 +01:00
Command.java Java off-chain data store sample using Fabric Gateway (#749) 2022-05-26 13:42:41 +01:00
Connections.java Explicitly specify hash in client applications 2024-10-07 12:25:40 -04:00
ExpectedException.java Java off-chain data store sample using Fabric Gateway (#749) 2022-05-26 13:42:41 +01:00
GetAllAssets.java Update Gateway samples for v1.1 release (#779) 2022-06-30 15:46:32 +01:00
Listen.java Update Gateway samples for v1.1 release (#779) 2022-06-30 15:46:32 +01:00
Store.java Java off-chain data store sample using Fabric Gateway (#749) 2022-05-26 13:42:41 +01:00
Transact.java Update Gateway samples for v1.1 release (#779) 2022-06-30 15:46:32 +01:00
TransactApp.java Update Gateway samples for v1.1 release (#779) 2022-06-30 15:46:32 +01:00
TransactionProcessor.java Update Gateway samples for v1.1 release (#779) 2022-06-30 15:46:32 +01:00
Utils.java Update Gateway samples for v1.1 release (#779) 2022-06-30 15:46:32 +01:00
Write.java Update Gateway samples for v1.1 release (#779) 2022-06-30 15:46:32 +01:00