Uses of Class
net.messagevortex.asn1.IdentityStoreBlock
Packages that use IdentityStoreBlock
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
-
Uses of IdentityStoreBlock in net.messagevortex.asn1
Methods in net.messagevortex.asn1 that return IdentityStoreBlockModifier and TypeMethodDescriptionIdentityStore.getIdentity(String id) static IdentityStoreBlockIdentityStoreBlock.getIdentityStoreBlockDemo(IdentityStoreBlock.IdentityType it, String id, boolean complete) Get a new, random IdentityStoreBlock of the specified type.Methods in net.messagevortex.asn1 that return types with arguments of type IdentityStoreBlockModifier and TypeMethodDescriptionIdentityStore.getAnonSet(int size) Gets a random set of known recipient identities.Methods in net.messagevortex.asn1 with parameters of type IdentityStoreBlockModifier and TypeMethodDescriptionvoidIdentityStore.add(IdentityStoreBlock isb) Adds an existing identity store block to the store. -
Uses of IdentityStoreBlock in net.messagevortex.blender.recipes
Methods in net.messagevortex.blender.recipes with parameters of type IdentityStoreBlockModifier and TypeMethodDescriptionabstract RoutingComboBlenderRecipe.applyRecipe(Set<IdentityStoreBlock> anonSet, IdentityStoreBlock from, IdentityStoreBlock to) Creates a routing block with the given parameters.LowAnonRecipe.applyRecipe(Set<IdentityStoreBlock> anonSet, IdentityStoreBlock from, IdentityStoreBlock to) SimplePathRecipe.applyRecipe(Set<IdentityStoreBlock> anonSet, IdentityStoreBlock from, IdentityStoreBlock to) Method parameters in net.messagevortex.blender.recipes with type arguments of type IdentityStoreBlockModifier and TypeMethodDescriptionabstract RoutingComboBlenderRecipe.applyRecipe(Set<IdentityStoreBlock> anonSet, IdentityStoreBlock from, IdentityStoreBlock to) Creates a routing block with the given parameters.LowAnonRecipe.applyRecipe(Set<IdentityStoreBlock> anonSet, IdentityStoreBlock from, IdentityStoreBlock to) SimplePathRecipe.applyRecipe(Set<IdentityStoreBlock> anonSet, IdentityStoreBlock from, IdentityStoreBlock to) static BlenderRecipeBlenderRecipe.getRecipe(String identifier, Set<IdentityStoreBlock> anonSet) Get a recipe from the specified recipe set.abstract booleanBlenderRecipe.isAppliable(Set<IdentityStoreBlock> anonSet) Tests if the given recipe may be applied to the anon set available.booleanLowAnonRecipe.isAppliable(Set<IdentityStoreBlock> anonSet) Checks if the recipe is applicaable.booleanSimplePathRecipe.isAppliable(Set<IdentityStoreBlock> anonSet) -
Uses of IdentityStoreBlock in net.messagevortex.router
Fields in net.messagevortex.router declared as IdentityStoreBlockModifier and TypeFieldDescriptionprotected IdentityStoreBlockMessageFactory.hotspotprotected IdentityStoreBlockMessageFactory.sourceprotected IdentityStoreBlockMessageFactory.targetMethods in net.messagevortex.router that return IdentityStoreBlockModifier and TypeMethodDescriptionGraphSet.getAnonIdentity(int i) Get an identity from the specified anonymity set.GraphSet.getAnonymity(int i) GraphSet.getAnonymitySet()Edge.getFrom()Get the sending entity.GraphSet.getSource()GraphSet.getTarget()Edge.getTo()Get the receiving entity.Methods in net.messagevortex.router with parameters of type IdentityStoreBlockModifier and TypeMethodDescriptionstatic MessageFactorySimpleMessageFactory.buildMessage(String msg, int source, int target, IdentityStoreBlock[] anonGroupMembers, IdentityStore is) Build a message with the specified parameters.intGraphSet.getAnonymityIndex(IdentityStoreBlock isb) voidGraphSet.setAnonymitySet(IdentityStoreBlock[] anonymitySet) Sets the list of identities to be used for the anonymity set.voidGraphSet.setSource(IdentityStoreBlock source) Sets the source identity of this graph.voidGraphSet.setTarget(IdentityStoreBlock target) Sets the target identity of this graph.booleanGraphSet.targetReached(IdentityStoreBlock is) Checks if a specific identity store block is already reached by this graph.Constructors in net.messagevortex.router with parameters of type IdentityStoreBlockModifierConstructorDescriptionEdge(IdentityStoreBlock from, IdentityStoreBlock to, long startTime, long maxDelay) Represents a router graph during sending.SimpleMessageFactory(String msg, int source, int target, IdentityStoreBlock[] anonGroupMembers, IdentityStore is) A simple message factory creating a possibly redundant message path.