Package | Description |
---|---|
com.guardtime.ksi.blocksigner |
Classes and interfaces to create multiple signatures with one signing request
|
com.guardtime.ksi.tree |
Classes and interfaces to build a hash tree
|
Modifier and Type | Method and Description |
---|---|
boolean |
BlockSigner.add(DataHash dataHash,
IdentityMetadata metadata)
Adds a new hash and metadata to the signer.
|
boolean |
KsiBlockSigner.add(DataHash dataHash,
IdentityMetadata metadata)
Adds a hash and a signature metadata to the
KsiBlockSigner . |
boolean |
BlockSigner.add(DataHash dataHash,
long level,
IdentityMetadata metadata)
Adds a new hash, level, and metadata to the signer.
|
boolean |
KsiBlockSigner.add(DataHash dataHash,
long level,
IdentityMetadata metadata)
Adds a hash (with specific level) and a signature metadata to the
KsiBlockSigner . |
Modifier and Type | Method and Description |
---|---|
void |
BlindingMaskLinkingHashTreeBuilder.add(ImprintNode node,
IdentityMetadata metadata)
IdentityMetadata isn't supported by BlindingMaskLinkingHashTreeBuilder and this method always
throws an UnsupportedOperationException exception. |
void |
HashTreeBuilder.add(ImprintNode node,
IdentityMetadata metadata)
Adds a new leaf with its metadata to the hash tree.
|
void |
TreeBuilder.add(N node,
IdentityMetadata metadata)
Adds a new leaf with its metadata to the binary tree.
|
long |
BlindingMaskLinkingHashTreeBuilder.calculateHeight(ImprintNode node,
IdentityMetadata metadata)
IdentityMetadata isn't supported by BlindingMaskLinkingHashTreeBuilder . |
long |
HashTreeBuilder.calculateHeight(ImprintNode node,
IdentityMetadata metadata)
Calculates the height of the hash tree in case a new node with metadata would be added.
|
long |
TreeBuilder.calculateHeight(N node,
IdentityMetadata metadata)
Calculates the binary tree height if new leaf with metadata would be added.
|
Copyright © 2024 Guardtime. All rights reserved.