Class MicUtils


  • public final class MicUtils
    extends Object
    • 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
      • getMicJdkAlgorithmName

        public static String getMicJdkAlgorithmName​(String[] micAs2AlgorithmNames)