Uses of Enum Class
com.helger.phase4.crypto.ECryptoAlgorithmCrypt
Packages that use ECryptoAlgorithmCrypt
-
Uses of ECryptoAlgorithmCrypt in com.helger.phase4.crypto
Fields in com.helger.phase4.crypto declared as ECryptoAlgorithmCryptModifier and TypeFieldDescriptionstatic final ECryptoAlgorithmCryptECryptoAlgorithmCrypt.ENCRPYTION_ALGORITHM_DEFAULTDeprecated, for removal: This API element is subject to removal in a future version.static final ECryptoAlgorithmCryptECryptoAlgorithmCrypt.ENCRYPTION_ALGORITHM_DEFAULTDefault encrypt algorithmMethods in com.helger.phase4.crypto that return ECryptoAlgorithmCryptModifier and TypeMethodDescriptionfinal @Nullable ECryptoAlgorithmCryptAS4CryptParams.getAlgorithmCrypt()static @Nullable ECryptoAlgorithmCryptECryptoAlgorithmCrypt.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoAlgorithmCrypt eDefault) static @Nullable ECryptoAlgorithmCryptECryptoAlgorithmCrypt.getFromIDOrNull(@Nullable String sID) static @NonNull ECryptoAlgorithmCryptECryptoAlgorithmCrypt.getFromIDOrThrow(@Nullable String sID) static ECryptoAlgorithmCryptReturns the enum constant of this class with the specified name.static ECryptoAlgorithmCrypt[]ECryptoAlgorithmCrypt.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 ECryptoAlgorithmCryptModifier and TypeMethodDescriptionstatic @Nullable ECryptoAlgorithmCryptECryptoAlgorithmCrypt.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoAlgorithmCrypt eDefault) final @NonNull AS4CryptParamsAS4CryptParams.setAlgorithmCrypt(@Nullable ECryptoAlgorithmCrypt eAlgorithmCrypt) A encryption algorithm can be set. -
Uses of ECryptoAlgorithmCrypt in com.helger.phase4.model.pmode.leg
Methods in com.helger.phase4.model.pmode.leg that return ECryptoAlgorithmCryptModifier and TypeMethodDescriptionfinal @Nullable ECryptoAlgorithmCryptPModeLegSecurity.getX509EncryptionAlgorithm()Methods in com.helger.phase4.model.pmode.leg with parameters of type ECryptoAlgorithmCryptModifier and TypeMethodDescriptionfinal @NonNull com.helger.base.state.EChangePModeLegSecurity.setX509EncryptionAlgorithm(@Nullable ECryptoAlgorithmCrypt eX509EncryptionAlgorithm) Constructors in com.helger.phase4.model.pmode.leg with parameters of type ECryptoAlgorithmCryptModifierConstructorDescriptionPModeLegSecurity(@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)
ENCRYPTION_ALGORITHM_DEFAULTinstead - typo in name