Uses of Interface
com.helger.phase4.dump.AS4DumpReader.IDecryptedPayloadConsumer
Packages that use AS4DumpReader.IDecryptedPayloadConsumer
-
Uses of AS4DumpReader.IDecryptedPayloadConsumer in com.helger.phase4.dump
Methods in com.helger.phase4.dump with parameters of type AS4DumpReader.IDecryptedPayloadConsumerModifier and TypeMethodDescriptionstatic voidAS4DumpReader.decryptAS4In(byte[] aAS4InData, IAS4CryptoFactory aCryptoFactorySign, IAS4CryptoFactory aCryptoFactoryCrypt, Consumer<com.helger.commons.http.HttpHeaderMap> aHttpHeaderConsumer, AS4DumpReader.IDecryptedPayloadConsumer aDecryptedConsumer) Utility method to decrypt dumped .as4in message late.
Note: this method was mainly created for internal use and does not win the prize for the most sexy piece of software in the world ;-)static voidAS4DumpReader.decryptAS4In(byte[] aAS4InData, IAS4CryptoFactory aCryptoFactory, Consumer<com.helger.commons.http.HttpHeaderMap> aHttpHeaderConsumer, AS4DumpReader.IDecryptedPayloadConsumer aDecryptedConsumer) Deprecated, for removal: This API element is subject to removal in a future version.