Uses of Enum
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_DEFAULTDefault encrypt algorithmMethods in com.helger.phase4.crypto that return ECryptoAlgorithmCryptModifier and TypeMethodDescriptionfinal ECryptoAlgorithmCryptAS4CryptParams.getAlgorithmCrypt()static ECryptoAlgorithmCryptECryptoAlgorithmCrypt.getFromIDOrDefault(String sID, ECryptoAlgorithmCrypt eDefault) static ECryptoAlgorithmCryptECryptoAlgorithmCrypt.getFromIDOrNull(String sID) static ECryptoAlgorithmCryptECryptoAlgorithmCrypt.getFromIDOrThrow(String sID) static ECryptoAlgorithmCryptReturns the enum constant of this type with the specified name.static ECryptoAlgorithmCrypt[]ECryptoAlgorithmCrypt.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 ECryptoAlgorithmCryptModifier and TypeMethodDescriptionstatic ECryptoAlgorithmCryptECryptoAlgorithmCrypt.getFromIDOrDefault(String sID, ECryptoAlgorithmCrypt eDefault) final AS4CryptParamsAS4CryptParams.setAlgorithmCrypt(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 ECryptoAlgorithmCryptPModeLegSecurity.getX509EncryptionAlgorithm()Methods in com.helger.phase4.model.pmode.leg with parameters of type ECryptoAlgorithmCryptModifier and TypeMethodDescriptionfinal com.helger.commons.state.EChangePModeLegSecurity.setX509EncryptionAlgorithm(ECryptoAlgorithmCrypt eX509EncryptionAlgorithm) Constructors in com.helger.phase4.model.pmode.leg with parameters of type ECryptoAlgorithmCryptModifierConstructorDescriptionPModeLegSecurity(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)