| Package | Description |
|---|---|
| com.helger.phase4.client | |
| com.helger.phase4.crypto | |
| com.helger.phase4.messaging.crypto |
| Modifier and Type | Method and Description |
|---|---|
IAS4CryptoFactory |
AbstractAS4Client.getAS4CryptoFactory() |
protected IAS4CryptoFactory |
AbstractAS4Client.internalCreateCryptoFactory() |
| Modifier and Type | Method and Description |
|---|---|
IMPLTYPE |
AbstractAS4Client.setAS4CryptoFactory(IAS4CryptoFactory aCryptoFactory)
Set all the crypto properties at once.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AS4CryptoFactoryInMemoryKeyStore
This class contains an implementation of
IAS4CryptoFactory in which
case the KeyStore is available in memory and the settings are NOT
read from a file. |
class |
AS4CryptoFactoryPropertiesFile
The phase4 crypto settings.
|
| 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.
|
static AS4MimeMessage |
AS4Encryptor.encryptMimeMessage(ESoapVersion eSoapVersion,
Document aDoc,
com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments,
IAS4CryptoFactory aCryptoFactory,
boolean bMustUnderstand,
AS4ResourceHelper aResHelper,
AS4CryptParams aCryptParams) |
static Document |
AS4Encryptor.encryptSoapBodyPayload(IAS4CryptoFactory aCryptoFactory,
ESoapVersion eSoapVersion,
Document aDoc,
boolean bMustUnderstand,
AS4CryptParams aCryptParams) |
Copyright © 2015–2020 Philip Helger. All rights reserved.