| Package | Description |
|---|---|
| com.helger.phase4.client | |
| com.helger.phase4.crypto | |
| com.helger.phase4.messaging.crypto |
| Modifier and Type | Method and Description |
|---|---|
AS4SigningParams |
AbstractAS4Client.signingParams() |
| Modifier and Type | Method and Description |
|---|---|
static AS4SigningParams |
AS4SigningParams.createDefault() |
AS4SigningParams |
AS4SigningParams.getClone() |
AS4SigningParams |
AS4SigningParams.setAlgorithmSign(ECryptoAlgorithmSign eAlgorithmSign)
A signing algorithm can be set.
|
AS4SigningParams |
AS4SigningParams.setAlgorithmSignDigest(ECryptoAlgorithmSignDigest eAlgorithmSignDigest)
A signing digest algorithm can be set.
|
AS4SigningParams |
AS4SigningParams.setFromPMode(PModeLegSecurity aSecurity) |
| Modifier and Type | Method and Description |
|---|---|
static Document |
AS4Signer.createSignedMessage(IAS4CryptoFactory aCryptoFactory,
Document aPreSigningMessage,
ESoapVersion eSoapVersion,
String sMessagingID,
com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments,
AS4ResourceHelper aResHelper,
boolean bMustUnderstand,
AS4SigningParams aSigningParams)
This method must be used if the message does not contain attachments, that
should be in a additional mime message part.
|
Copyright © 2015–2020 Philip Helger. All rights reserved.