apigeelint
Version:
Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.
11 lines (10 loc) • 459 B
text/xml
<JavaCallout name='Java-WSSEC-Decrypt-2'>
<Properties>
<Property name='source'>message.content</Property>
<Property name='private-key'>{my_private_key}</Property>
<!-- require TripleDES on the inbound -->
<Property name='content-encryption-cipher'>TripleDES</Property>
</Properties>
<ClassName>com.google.apigee.callouts.wsseccrypto.Decrypt</ClassName>
<ResourceURL>java://apigee-wssec-xmlenc-20250604.jar</ResourceURL>
</JavaCallout>