Uses of Class
com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.signing.JsonCanonicalizationException
-
-
Uses of JsonCanonicalizationException in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster
Methods in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster that throw JsonCanonicalizationException Modifier and Type Method Description static com.fasterxml.jackson.databind.JsonNode
Util. mustPublishEvent(EiffelEvent event, EventSigner signer)
Publishes anEiffelEvent
and raises an exception if an error occurs. -
Uses of JsonCanonicalizationException in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.eiffel
Methods in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.eiffel that throw JsonCanonicalizationException Modifier and Type Method Description void
EiffelEvent. sign(PrivateKey key, String identity, HashAlgorithm hashAlg)
Signs the current event in place using the given signing key, identity, and hash algorithm. -
Uses of JsonCanonicalizationException in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.signing
Methods in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.signing that throw JsonCanonicalizationException Modifier and Type Method Description boolean
EventSigner. sign(EiffelEvent event)
Request signing of the given event using a private key and identity.boolean
SystemEventSigner. sign(EiffelEvent event)
Request signing of the given event using a private key and identity.boolean
UserEventSigner. sign(EiffelEvent event)
Request signing of the given event using a private key and identity.
-