All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbstractKey Represent either a private or public key in a digital signature system.CheckedFlatMapProof A checked flat map proof, which does not include any intermediate nodes.CheckedListProof<E> A proof that some elements exist in a proof list.CheckedListProofImpl<E> A checked list proof includes list proof verification results.CheckedMapProof A checked map proof.CheckedProof A checked proof is a result of proof verification operation.CheckingSerializerDecorator<T> A serializer decorator, that performs some extra checks to ensure that a user-supplied serializer adheres toSerializer
contract.ConsensusConfiguration Blockchain Consensus algorithm parameters.ConsensusConfiguration.Builder CryptoFunction A crypto function that provides several signature system crypto methods.CryptoFunctions A collection of public-key signature system crypto functions.CryptoFunctions.Ed25519 DbKey A map proof database key.DbKey.Type Type of the node in a Merkle-Patricia tree.DbKeyFunnel A funnel for a database key.Ed25519CryptoFunction A ED25519 public-key signature system crypto function.Funnel<T> An object which can send data from an object of typeT
into aPrimitiveSink
.Funnels Funnels for common types.Funnels.HashCodeFunnel HashCode funnel.HashCode An immutable hash code of arbitrary bit length.Hasher APrimitiveSink
that can compute a hash code after reading the input.HashFunction A hash function is a collision-averse pure function that maps an arbitrary block of data to a number called a hash code.Hashing Static methods to obtainHashFunction
instances, and other static hashing-related utilities.JsonSerializer ProvidesGson
serializer for converting Java objects to Json and vice versa.KeyBitSet A key bit set.KeyPair A key pair class that stores public and private keys.ListProofBranch Represents a branch node of aListProofNode
.ListProofElement Represents an element of a proof list: a leaf node in a list proof tree.ListProofHashNode Represents a hash of a Merkle sub-tree: a leaf node in proof trees.ListProofNode Represents a proof that some elements exist in a ProofList at certain positions.ListProofStatus Possible statuses of a checked list proof.ListProofVisitor MapEntry<K,V> A map entry: a key-value pair.MapProofEntry A flat map proof entry corresponding to either a branch node or a leaf node with computed hash in a map tree.MapProofStatus Possible statuses of a checked map proof.PrimitiveSink An object which can receive a stream of primitive values.PrivateKey Represent a private key in a digital signature system.ProofStatus A status of collection proof verification.PublicKey Represent a public key in a digital signature system.Serializer<T> Converts Java objects into a binary representation in some format, and vice versa.StandardSerializers A collection of pre-defined serializers.StoredConfiguration Represents a blockchain configuration which is a set of values that determine the network access parameters of a node and behavior of the node while operating in the network.StoredConfiguration.Builder StoredConfigurationAdapterFactory Class used to automatically create Gson type adapters for AutoValue classes.TransactionLocation Transaction position in the blockchain.TransactionLocationAdapterFactory Class used to automatically create Gson type adapters for AutoValue classes.TransactionMessage An Exonum transaction message.TransactionMessage.Builder Builder for the binary transaction message.TransactionResult Returns a result of the transaction execution.TransactionResult.Type A type of transaction execution result.TransactionResultAdapterFactory Class used to automatically create Gson type adapters for AutoValue classes.UncheckedFlatMapProof An unchecked flat map proof, which does not include any intermediate nodes.UncheckedListProof A proof that some elements exist in a proof list.UncheckedListProofAdapter<E> An Adapter class used to simplify work with ListProof interfaces.UncheckedMapProof An unchecked map proof.ValidatorKey Public keys of validator nodes.ValidatorKey.Builder