Uses of Interface
pt.unl.fct.di.novasys.babel2.core.signed.SignedMessageBabelProtocol
Packages that use SignedMessageBabelProtocol
Package
Description
Cryptographically signed message support and extensions for Babel 2 protocols.
-
Uses of SignedMessageBabelProtocol in pt.unl.fct.di.novasys.babel2.core.signed
Classes in pt.unl.fct.di.novasys.babel2.core.signed that implement interfaces with type arguments of type SignedMessageBabelProtocolModifier and TypeClassDescriptionclassProtocol extension that enables reflective dispatching of signed messages to handler methods annotated withUponSignedMessageIn,UponSignedMessageOutSuccess, andUponSignedMessageOutFailed.Methods in pt.unl.fct.di.novasys.babel2.core.signed with parameters of type SignedMessageBabelProtocolModifier and TypeMethodDescriptionvoidSignedMessageExtension.register(Method method, MethodHandles.Lookup lookup, SignedMessageBabelProtocol protocol, BabelProtocolHolder holder, Annotation annotation) Constructors in pt.unl.fct.di.novasys.babel2.core.signed with parameters of type SignedMessageBabelProtocolModifierConstructorDescriptionConstructs a signed message extension for the specified protocol.