Uses of Enum Class
com.helger.phase4.crypto.ECryptoAlgorithmSignDigest
Packages that use ECryptoAlgorithmSignDigest
-
Uses of ECryptoAlgorithmSignDigest in com.helger.phase4.crypto
Fields in com.helger.phase4.crypto declared as ECryptoAlgorithmSignDigestModifier and TypeFieldDescriptionstatic final ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.SIGN_DIGEST_ALGORITHM_DEFAULTMethods in com.helger.phase4.crypto that return ECryptoAlgorithmSignDigestModifier and TypeMethodDescriptionfinal @Nullable ECryptoAlgorithmSignDigestAS4SigningParams.getAlgorithmSignDigest()static @Nullable ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoAlgorithmSignDigest eDefault) static @Nullable ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.getFromIDOrNull(@Nullable String sID) static @NonNull ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.getFromIDOrThrow(@Nullable String sID) static @Nullable ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.getFromURIOrNull(@Nullable String sURI) static ECryptoAlgorithmSignDigestReturns the enum constant of this class with the specified name.static ECryptoAlgorithmSignDigest[]ECryptoAlgorithmSignDigest.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.phase4.crypto with parameters of type ECryptoAlgorithmSignDigestModifier and TypeMethodDescriptionstatic @Nullable ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoAlgorithmSignDigest eDefault) final @NonNull AS4SigningParamsAS4SigningParams.setAlgorithmSignDigest(@Nullable ECryptoAlgorithmSignDigest eAlgorithmSignDigest) A signing digest algorithm can be set. -
Uses of ECryptoAlgorithmSignDigest in com.helger.phase4.model.pmode.leg
Methods in com.helger.phase4.model.pmode.leg that return ECryptoAlgorithmSignDigestModifier and TypeMethodDescriptionfinal @Nullable ECryptoAlgorithmSignDigestPModeLegSecurity.getX509SignatureHashFunction()Methods in com.helger.phase4.model.pmode.leg with parameters of type ECryptoAlgorithmSignDigestModifier and TypeMethodDescriptionfinal @NonNull com.helger.base.state.EChangePModeLegSecurity.setX509SignatureHashFunction(@Nullable ECryptoAlgorithmSignDigest eX509SignatureHashFunction) Constructors in com.helger.phase4.model.pmode.leg with parameters of type ECryptoAlgorithmSignDigestModifierConstructorDescriptionPModeLegSecurity(@Nullable EWSSVersion eWSSVersion, @Nullable com.helger.collection.commons.ICommonsList<String> aX509SignElement, @Nullable com.helger.collection.commons.ICommonsList<String> aX509SignAttachment, @Nullable String sX509SignatureCertificate, @Nullable ECryptoAlgorithmSignDigest eX509SignatureHashFunction, @Nullable ECryptoAlgorithmSign sX509SignatureAlgorithm, @Nullable com.helger.collection.commons.ICommonsList<String> aX509EncryptionEncryptElement, @Nullable com.helger.collection.commons.ICommonsList<String> aX509EncryptionEncryptAttachment, @Nullable String sX509EncryptionCertificate, @Nullable ECryptoAlgorithmCrypt sX509EncryptionAlgorithm, @Nullable Integer aX509EncryptionMinimumStrength, @Nullable String sUsernameTokenUsername, @Nullable String sUsernameTokenPassword, @NonNull com.helger.base.state.ETriState eUsernameTokenDigest, @NonNull com.helger.base.state.ETriState eUsernameTokenNonce, @NonNull com.helger.base.state.ETriState eUsernameTokenCreated, @NonNull com.helger.base.state.ETriState ePModeAuthorize, @NonNull com.helger.base.state.ETriState eSendReceipt, @Nullable EPModeSendReceiptReplyPattern eSendReceiptReplyPattern, @NonNull com.helger.base.state.ETriState eSendReceiptNonRepudiation)