public final class MicUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MicUtils.ReceivedContentMic |
Modifier and Type | Method and Description |
---|---|
static byte[] |
createMic(byte[] content,
String algorithmId) |
static MicUtils.ReceivedContentMic |
createReceivedContentMic(org.apache.http.HttpEntityEnclosingRequest request) |
static String |
getMicJdkAlgorithmName(String[] micAs2AlgorithmNames) |
public static byte[] createMic(byte[] content, String algorithmId)
public static MicUtils.ReceivedContentMic createReceivedContentMic(org.apache.http.HttpEntityEnclosingRequest request) throws org.apache.http.HttpException
org.apache.http.HttpException
Apache Camel