| Package | Description |
|---|---|
| com.helger.phase4.crypto | |
| com.helger.phase4.model.pmode.leg |
| Modifier and Type | Field and Description |
|---|---|
static ECryptoAlgorithmSign |
ECryptoAlgorithmSign.SIGN_ALGORITHM_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ECryptoAlgorithmSign |
AS4SigningParams.getAlgorithmSign() |
static ECryptoAlgorithmSign |
ECryptoAlgorithmSign.getFromIDOrDefault(String sID,
ECryptoAlgorithmSign eDefault) |
static ECryptoAlgorithmSign |
ECryptoAlgorithmSign.getFromIDOrNull(String sID) |
static ECryptoAlgorithmSign |
ECryptoAlgorithmSign.getFromIDOrThrow(String sID) |
static ECryptoAlgorithmSign |
ECryptoAlgorithmSign.getFromURIOrNull(String sURI) |
static ECryptoAlgorithmSign |
ECryptoAlgorithmSign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECryptoAlgorithmSign[] |
ECryptoAlgorithmSign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ECryptoAlgorithmSign |
ECryptoAlgorithmSign.getFromIDOrDefault(String sID,
ECryptoAlgorithmSign eDefault) |
AS4SigningParams |
AS4SigningParams.setAlgorithmSign(ECryptoAlgorithmSign eAlgorithmSign)
A signing algorithm can be set.
|
| Modifier and Type | Method and Description |
|---|---|
ECryptoAlgorithmSign |
PModeLegSecurity.getX509SignatureAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EChange |
PModeLegSecurity.setX509SignatureAlgorithm(ECryptoAlgorithmSign eX509SignatureAlgorithm) |
| 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.