Uses of Enum
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 TypeMethodDescriptionAS4SigningParams.getAlgorithmSignDigest()static ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.getFromIDOrDefault(String sID, ECryptoAlgorithmSignDigest eDefault) static ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.getFromIDOrNull(String sID) static ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.getFromIDOrThrow(String sID) static ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.getFromURIOrNull(String sURI) static ECryptoAlgorithmSignDigestReturns the enum constant of this type with the specified name.static ECryptoAlgorithmSignDigest[]ECryptoAlgorithmSignDigest.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.phase4.crypto with parameters of type ECryptoAlgorithmSignDigestModifier and TypeMethodDescriptionstatic ECryptoAlgorithmSignDigestECryptoAlgorithmSignDigest.getFromIDOrDefault(String sID, ECryptoAlgorithmSignDigest eDefault) final AS4SigningParamsAS4SigningParams.setAlgorithmSignDigest(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 ECryptoAlgorithmSignDigestMethods in com.helger.phase4.model.pmode.leg with parameters of type ECryptoAlgorithmSignDigestModifier and TypeMethodDescriptionfinal com.helger.commons.state.EChangePModeLegSecurity.setX509SignatureHashFunction(ECryptoAlgorithmSignDigest eX509SignatureHashFunction) Constructors in com.helger.phase4.model.pmode.leg with parameters of type ECryptoAlgorithmSignDigestModifierConstructorDescriptionPModeLegSecurity(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)