Uses of Class
org.apache.camel.component.crypto.CryptoOperation
-
Packages that use CryptoOperation Package Description org.apache.camel.component.crypto -
-
Uses of CryptoOperation in org.apache.camel.component.crypto
Methods in org.apache.camel.component.crypto that return CryptoOperation Modifier and Type Method Description CryptoOperation
DigitalSignatureConfiguration. getCryptoOperation()
Gets the Crypto operation that was supplied in the crypto scheme in the endpoint uristatic CryptoOperation
CryptoOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static CryptoOperation[]
CryptoOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.crypto with parameters of type CryptoOperation Modifier and Type Method Description void
DigitalSignatureConfiguration. setCryptoOperation(CryptoOperation operation)
-