| Package | Description |
|---|---|
| com.helger.phase4.client | |
| com.helger.phase4.crypto | |
| com.helger.phase4.messaging.crypto |
| Modifier and Type | Method and Description |
|---|---|
AS4CryptParams |
AbstractAS4Client.cryptParams() |
| Modifier and Type | Method and Description |
|---|---|
static AS4CryptParams |
AS4CryptParams.createDefault() |
AS4CryptParams |
AS4CryptParams.getClone() |
AS4CryptParams |
AS4CryptParams.setAlgorithmCrypt(ECryptoAlgorithmCrypt eAlgorithmCrypt)
A encryption algorithm can be set.
|
AS4CryptParams |
AS4CryptParams.setAlias(String sAlias) |
AS4CryptParams |
AS4CryptParams.setCertificate(X509Certificate aCert) |
AS4CryptParams |
AS4CryptParams.setDigestAlgorithm(String sDigestAlgorithm) |
AS4CryptParams |
AS4CryptParams.setFromPMode(PModeLegSecurity aSecurity) |
AS4CryptParams |
AS4CryptParams.setKeyEncAlgorithm(String sKeyEncAlgorithm) |
AS4CryptParams |
AS4CryptParams.setMGFAlgorithm(String sMGFAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
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.