Uses of Class
org.apache.camel.builder.endpoint.dsl.BoxEndpointBuilderFactory.EncryptionAlgorithm
-
Packages that use BoxEndpointBuilderFactory.EncryptionAlgorithm Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of BoxEndpointBuilderFactory.EncryptionAlgorithm in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return BoxEndpointBuilderFactory.EncryptionAlgorithm Modifier and Type Method Description static BoxEndpointBuilderFactory.EncryptionAlgorithmBoxEndpointBuilderFactory.EncryptionAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static BoxEndpointBuilderFactory.EncryptionAlgorithm[]BoxEndpointBuilderFactory.EncryptionAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type BoxEndpointBuilderFactory.EncryptionAlgorithm Modifier and Type Method Description default BoxEndpointBuilderFactory.AdvancedBoxEndpointBuilderBoxEndpointBuilderFactory.AdvancedBoxEndpointBuilder. encryptionAlgorithm(BoxEndpointBuilderFactory.EncryptionAlgorithm encryptionAlgorithm)The type of encryption algorithm for JWT.default BoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilderBoxEndpointBuilderFactory.AdvancedBoxEndpointConsumerBuilder. encryptionAlgorithm(BoxEndpointBuilderFactory.EncryptionAlgorithm encryptionAlgorithm)The type of encryption algorithm for JWT.default BoxEndpointBuilderFactory.AdvancedBoxEndpointProducerBuilderBoxEndpointBuilderFactory.AdvancedBoxEndpointProducerBuilder. encryptionAlgorithm(BoxEndpointBuilderFactory.EncryptionAlgorithm encryptionAlgorithm)The type of encryption algorithm for JWT.
-