Uses of Class
com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.signing.InvalidCertificateConfigurationException
-
Packages that use InvalidCertificateConfigurationException Package Description com.axis.jenkins.plugins.eiffel.eiffelbroadcaster com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.signing -
-
Uses of InvalidCertificateConfigurationException in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster
Methods in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster that throw InvalidCertificateConfigurationException 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 InvalidCertificateConfigurationException in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.signing
Methods in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.signing that throw InvalidCertificateConfigurationException Modifier and Type Method Description SigningKeyCache.Item
SigningKeyCache. get(com.cloudbees.plugins.credentials.common.CertificateCredentials cred)
Looks up a credential and returns the identity (subject) of the certificate and the private key.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.Constructors in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.signing that throw InvalidCertificateConfigurationException Constructor Description Item(com.cloudbees.plugins.credentials.common.CertificateCredentials cred)
Creates a new Item by extracting the private key and identity from the first certificate and key found in the givenKeyStore
of the given credential.
-