Package bftsmart.tom.util
-
Interface Summary Interface Description Extractor Provides support for building custom response extractors to be used in the ServiceProxy.KeyLoader The KeyLoader interface is used internally by BFT-SMaRt to load signature keys from disk. -
Class Summary Class Description BatchBuilder Batch format: TIMESTAMP(long) + N_NONCES(int) + SEED(long) + N_MESSAGES(int) + N_MESSAGES*[MSGSIZE(int),MSG(byte),SIG(byte)] + The methods does not try to enforce any constraint, so be correct when using it.BatchReader Batch format: N_MESSAGES(int) + N_MESSAGES*[MSGSIZE(int),MSG(byte)] + TIMESTAMP(long) + N_NONCES(int) + NONCES(byte[])DebugInfo ECDSAKeyPairGenerator Utility class used to generate a key pair for some process id on config/keys/publickeyand config/keys/privatekey RSAKeyPairGenerator Utility class used to generate a key pair for some process id on config/keys/publickeyand config/keys/privatekey ShutdownHookThread Print information about the replica when it is shutdown.SignatureTest Storage TOMUtil