Uses of Class
org.apache.camel.support.jsse.SignatureSchemesParameters
Packages that use SignatureSchemesParameters
Package
Description
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
Uses of SignatureSchemesParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return SignatureSchemesParametersModifier and TypeMethodDescriptionBaseSSLContextParameters.getSignatureSchemes()Returns the optional explicitly configured signature schemes for this configuration.Methods in org.apache.camel.support.jsse with parameters of type SignatureSchemesParametersModifier and TypeMethodDescriptionvoidBaseSSLContextParameters.setSignatureSchemes(SignatureSchemesParameters signatureSchemes) Sets the optional explicitly configured signature schemes for this configuration.