@NotThreadSafe public class AS4SigningParams extends Object implements Serializable, com.helger.commons.lang.ICloneable<AS4SigningParams>
| Constructor and Description |
|---|
AS4SigningParams() |
| Modifier and Type | Method and Description |
|---|---|
static AS4SigningParams |
createDefault() |
ECryptoAlgorithmSign |
getAlgorithmSign() |
ECryptoAlgorithmSignDigest |
getAlgorithmSignDigest() |
AS4SigningParams |
getClone() |
boolean |
isSigningEnabled() |
AS4SigningParams |
setAlgorithmSign(ECryptoAlgorithmSign eAlgorithmSign)
A signing algorithm can be set.
|
AS4SigningParams |
setAlgorithmSignDigest(ECryptoAlgorithmSignDigest eAlgorithmSignDigest)
A signing digest algorithm can be set.
|
AS4SigningParams |
setFromPMode(PModeLegSecurity aSecurity) |
String |
toString() |
public boolean isSigningEnabled()
@Nullable public final ECryptoAlgorithmSign getAlgorithmSign()
null.@Nonnull public final AS4SigningParams setAlgorithmSign(@Nullable ECryptoAlgorithmSign eAlgorithmSign)
setAlgorithmSignDigest(ECryptoAlgorithmSignDigest)eAlgorithmSign - the signing algorithm that should be set@Nullable public final ECryptoAlgorithmSignDigest getAlgorithmSignDigest()
null.@Nonnull public final AS4SigningParams setAlgorithmSignDigest(@Nullable ECryptoAlgorithmSignDigest eAlgorithmSignDigest)
setAlgorithmSign(ECryptoAlgorithmSign)eAlgorithmSignDigest - the signing digest algorithm that should be set@Nonnull public final AS4SigningParams setFromPMode(@Nullable PModeLegSecurity aSecurity)
@Nonnull @ReturnsMutableCopy public AS4SigningParams getClone()
getClone in interface com.helger.commons.lang.ICloneable<AS4SigningParams>@Nonnull @ReturnsMutableObject public static AS4SigningParams createDefault()
Copyright © 2015–2020 Philip Helger. All rights reserved.