| Package | Description |
|---|---|
| com.helger.phase4.crypto | |
| com.helger.phase4.model.pmode.leg |
| Modifier and Type | Field and Description |
|---|---|
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.ENCRPYTION_ALGORITHM_DEFAULT
Default encrypt algorithm
|
| Modifier and Type | Method and Description |
|---|---|
ECryptoAlgorithmCrypt |
AS4CryptParams.getAlgorithmCrypt() |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrDefault(String sID,
ECryptoAlgorithmCrypt eDefault) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrNull(String sID) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrThrow(String sID) |
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECryptoAlgorithmCrypt[] |
ECryptoAlgorithmCrypt.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ECryptoAlgorithmCrypt |
ECryptoAlgorithmCrypt.getFromIDOrDefault(String sID,
ECryptoAlgorithmCrypt eDefault) |
AS4CryptParams |
AS4CryptParams.setAlgorithmCrypt(ECryptoAlgorithmCrypt eAlgorithmCrypt)
A encryption algorithm can be set.
|
| Modifier and Type | Method and Description |
|---|---|
ECryptoAlgorithmCrypt |
PModeLegSecurity.getX509EncryptionAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EChange |
PModeLegSecurity.setX509EncryptionAlgorithm(ECryptoAlgorithmCrypt eX509EncryptionAlgorithm) |
| Constructor and Description |
|---|
PModeLegSecurity(EWSSVersion eWSSVersion,
com.helger.commons.collection.impl.ICommonsList<String> aX509SignElement,
com.helger.commons.collection.impl.ICommonsList<String> aX509SignAttachment,
String sX509SignatureCertificate,
ECryptoAlgorithmSignDigest eX509SignatureHashFunction,
ECryptoAlgorithmSign sX509SignatureAlgorithm,
com.helger.commons.collection.impl.ICommonsList<String> aX509EncryptionEncryptElement,
com.helger.commons.collection.impl.ICommonsList<String> aX509EncryptionEncryptAttachment,
String sX509EncryptionCertificate,
ECryptoAlgorithmCrypt sX509EncryptionAlgorithm,
Integer aX509EncryptionMinimumStrength,
String sUsernameTokenUsername,
String sUsernameTokenPassword,
com.helger.commons.state.ETriState eUsernameTokenDigest,
com.helger.commons.state.ETriState eUsernameTokenNonce,
com.helger.commons.state.ETriState eUsernameTokenCreated,
com.helger.commons.state.ETriState ePModeAuthorize,
com.helger.commons.state.ETriState eSendReceipt,
EPModeSendReceiptReplyPattern eSendReceiptReplyPattern,
com.helger.commons.state.ETriState eSendReceiptNonRepudiation) |
Copyright © 2015–2020 Philip Helger. All rights reserved.