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 classMicUtils.ReceivedContentMic
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]createMic(byte[] content, String algorithmId)static MicUtils.ReceivedContentMiccreateReceivedContentMic(org.apache.http.HttpEntityEnclosingRequest request, Certificate[] validateSigningCertificateChain, PrivateKey decryptingPrivateKey)static StringgetMicJdkAlgorithmName(String[] micAs2AlgorithmNames)
-
-
-
Method Detail
-
createMic
public static byte[] createMic(byte[] content, String algorithmId)
-
createReceivedContentMic
public static MicUtils.ReceivedContentMic createReceivedContentMic(org.apache.http.HttpEntityEnclosingRequest request, Certificate[] validateSigningCertificateChain, PrivateKey decryptingPrivateKey) throws org.apache.http.HttpException
- Throws:
org.apache.http.HttpException
-
-