Class MicUtils
- java.lang.Object
-
- org.apache.camel.component.as2.api.util.MicUtils
-
public final class MicUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MicUtils.ReceivedContentMic
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
createMic(byte[] content, String algorithmId)
static MicUtils.ReceivedContentMic
createReceivedContentMic(org.apache.http.HttpEntityEnclosingRequest request, PrivateKey decryptingPrivateKey)
static String
getMicJdkAlgorithmName(String[] micAs2AlgorithmNames)
-
-
-
Method Detail
-
createMic
public static byte[] createMic(byte[] content, String algorithmId)
-
createReceivedContentMic
public static MicUtils.ReceivedContentMic createReceivedContentMic(org.apache.http.HttpEntityEnclosingRequest request, PrivateKey decryptingPrivateKey) throws org.apache.http.HttpException
- Throws:
org.apache.http.HttpException
-
-