Uses of Class
org.apache.camel.support.jsse.SignatureSchemesParameters
Packages that use SignatureSchemesParameters
Package
Description
Configuration classes for Java Secure Socket Extension (JSSE) SSL/TLS setup.
-
Uses of SignatureSchemesParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return SignatureSchemesParametersModifier and TypeMethodDescription@Nullable SignatureSchemesParametersBaseSSLContextParameters.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(@Nullable SignatureSchemesParameters signatureSchemes) Sets the optional explicitly configured signature schemes for this configuration.