Class MicUtils

java.lang.Object
org.apache.camel.component.as2.api.util.MicUtils

public final class MicUtils extends Object
  • Method Details

    • createMic

      public static byte[] createMic(byte[] content, String algorithmId)
    • createReceivedContentMic

      public static MicUtils.ReceivedContentMic createReceivedContentMic(org.apache.hc.core5.http.ClassicHttpRequest request, Certificate[] validateSigningCertificateChain, PrivateKey decryptingPrivateKey) throws org.apache.hc.core5.http.HttpException
      Throws:
      org.apache.hc.core5.http.HttpException
    • getMicJdkAlgorithmName

      public static String getMicJdkAlgorithmName(String[] micAs2AlgorithmNames)