Uses of Record Class
pt.unl.fct.di.novasys.babel2.channels.PublicKeyBabelNode
Packages that use PublicKeyBabelNode
Package
Description
Channel abstractions, lifecycle builders, wire messages, and node components for Babel 2.
Serializers for core Babel runtime types including nodes, components, and messages.
-
Uses of PublicKeyBabelNode in pt.unl.fct.di.novasys.babel2.channels
Classes in pt.unl.fct.di.novasys.babel2.channels that implement interfaces with type arguments of type PublicKeyBabelNodeModifier and TypeClassDescriptionclassCanonicalComparatorforPublicKeyBabelNodeinstances based on the lexicographical comparison of their encoded public key bytes.Fields in pt.unl.fct.di.novasys.babel2.channels with type parameters of type PublicKeyBabelNodeModifier and TypeFieldDescriptionstatic final Comparator<PublicKeyBabelNode> PublicKeyBabelNodeComparator.INSTANCESingleton comparator instance.Methods in pt.unl.fct.di.novasys.babel2.channels that return types with arguments of type PublicKeyBabelNodeModifier and TypeMethodDescriptionstatic Comparator<PublicKeyBabelNode> PublicKeyBabelNode.getDefaultComparator()Returns the singleton comparator for orderingPublicKeyBabelNodeinstances.Methods in pt.unl.fct.di.novasys.babel2.channels with parameters of type PublicKeyBabelNodeModifier and TypeMethodDescriptionintPublicKeyBabelNodeComparator.compare(PublicKeyBabelNode o1, PublicKeyBabelNode o2) -
Uses of PublicKeyBabelNode in pt.unl.fct.di.novasys.babel2.channels.serializers.babelTypes
Classes in pt.unl.fct.di.novasys.babel2.channels.serializers.babelTypes that implement interfaces with type arguments of type PublicKeyBabelNodeModifier and TypeClassDescriptionclassNetwork serializer forPublicKeyBabelNodeidentities using ASN.1 SubjectPublicKeyInfo encoding.Methods in pt.unl.fct.di.novasys.babel2.channels.serializers.babelTypes that return PublicKeyBabelNodeModifier and TypeMethodDescriptionPublicKeyBabelNodeSerializer.deserialize(io.netty.buffer.ByteBuf in, NodeStore store) Methods in pt.unl.fct.di.novasys.babel2.channels.serializers.babelTypes that return types with arguments of type PublicKeyBabelNodeMethods in pt.unl.fct.di.novasys.babel2.channels.serializers.babelTypes with parameters of type PublicKeyBabelNodeModifier and TypeMethodDescriptionintPublicKeyBabelNodeSerializer.getEstimateSize(PublicKeyBabelNode object) voidPublicKeyBabelNodeSerializer.serialize(PublicKeyBabelNode object, io.netty.buffer.ByteBuf out, NodeStore store)