Uses of Enum Class
com.helger.phase4.crypto.ECryptoAlgorithmSign
Packages that use ECryptoAlgorithmSign
-
Uses of ECryptoAlgorithmSign in com.helger.phase4.crypto
Fields in com.helger.phase4.crypto declared as ECryptoAlgorithmSignModifier and TypeFieldDescriptionstatic final ECryptoAlgorithmSignECryptoAlgorithmSign.SIGN_ALGORITHM_DEFAULTMethods in com.helger.phase4.crypto that return ECryptoAlgorithmSignModifier and TypeMethodDescriptionfinal @Nullable ECryptoAlgorithmSignAS4SigningParams.getAlgorithmSign()static @Nullable ECryptoAlgorithmSignECryptoAlgorithmSign.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoAlgorithmSign eDefault) static @Nullable ECryptoAlgorithmSignECryptoAlgorithmSign.getFromIDOrNull(@Nullable String sID) static @NonNull ECryptoAlgorithmSignECryptoAlgorithmSign.getFromIDOrThrow(@Nullable String sID) static @Nullable ECryptoAlgorithmSignECryptoAlgorithmSign.getFromURIOrNull(@Nullable String sURI) static ECryptoAlgorithmSignReturns the enum constant of this class with the specified name.static ECryptoAlgorithmSign[]ECryptoAlgorithmSign.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 ECryptoAlgorithmSignModifier and TypeMethodDescriptionstatic @Nullable ECryptoAlgorithmSignECryptoAlgorithmSign.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoAlgorithmSign eDefault) final @NonNull AS4SigningParamsAS4SigningParams.setAlgorithmSign(@Nullable ECryptoAlgorithmSign eAlgorithmSign) A signing algorithm can be set. -
Uses of ECryptoAlgorithmSign in com.helger.phase4.model.pmode.leg
Methods in com.helger.phase4.model.pmode.leg that return ECryptoAlgorithmSignModifier and TypeMethodDescriptionfinal @Nullable ECryptoAlgorithmSignPModeLegSecurity.getX509SignatureAlgorithm()Methods in com.helger.phase4.model.pmode.leg with parameters of type ECryptoAlgorithmSignModifier and TypeMethodDescriptionfinal @NonNull com.helger.base.state.EChangePModeLegSecurity.setX509SignatureAlgorithm(@Nullable ECryptoAlgorithmSign eX509SignatureAlgorithm) Constructors in com.helger.phase4.model.pmode.leg with parameters of type ECryptoAlgorithmSignModifierConstructorDescriptionPModeLegSecurity(@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)