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,
PrivateKey decryptingPrivateKey) |
static String |
getMicJdkAlgorithmName(String[] micAs2AlgorithmNames) |
public static byte[] createMic(byte[] content,
String algorithmId)
public static MicUtils.ReceivedContentMic createReceivedContentMic(org.apache.http.HttpEntityEnclosingRequest request, PrivateKey decryptingPrivateKey) throws org.apache.http.HttpException
org.apache.http.HttpExceptionApache Camel