Uses of Class
com.helger.as2lib.crypto.ECryptoAlgorithmCrypt
-
Packages that use ECryptoAlgorithmCrypt Package Description com.helger.as2lib.client com.helger.as2lib.crypto com.helger.as2lib.partner com.helger.as2lib.processor.sender -
-
Uses of ECryptoAlgorithmCrypt in com.helger.as2lib.client
Methods in com.helger.as2lib.client that return ECryptoAlgorithmCrypt Modifier and Type Method Description ECryptoAlgorithmCryptAS2ClientSettings. getCryptAlgo()Methods in com.helger.as2lib.client with parameters of type ECryptoAlgorithmCrypt Modifier and Type Method Description AS2ClientSettingsAS2ClientSettings. setEncryptAndSign(ECryptoAlgorithmCrypt eCryptAlgo, ECryptoAlgorithmSign eSignAlgo)Set the encryption and signing algorithms to use. -
Uses of ECryptoAlgorithmCrypt in com.helger.as2lib.crypto
Methods in com.helger.as2lib.crypto that return ECryptoAlgorithmCrypt Modifier and Type Method Description static ECryptoAlgorithmCryptECryptoAlgorithmCrypt. getFromIDOrDefault(String sID, ECryptoAlgorithmCrypt eDefault)static ECryptoAlgorithmCryptECryptoAlgorithmCrypt. getFromIDOrNull(String sID)static ECryptoAlgorithmCryptECryptoAlgorithmCrypt. getFromIDOrThrow(String sID)static ECryptoAlgorithmCryptECryptoAlgorithmCrypt. valueOf(String name)Returns 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.as2lib.crypto with parameters of type ECryptoAlgorithmCrypt Modifier and Type Method Description jakarta.mail.internet.MimeBodyPartBCCryptoHelper. encrypt(jakarta.mail.internet.MimeBodyPart aPart, X509Certificate aX509Cert, ECryptoAlgorithmCrypt eAlgorithm, com.helger.mail.cte.EContentTransferEncoding eCTE)jakarta.mail.internet.MimeBodyPartICryptoHelper. encrypt(jakarta.mail.internet.MimeBodyPart aPart, X509Certificate aCert, ECryptoAlgorithmCrypt eAlgorithm, com.helger.mail.cte.EContentTransferEncoding eCTE)static ECryptoAlgorithmCryptECryptoAlgorithmCrypt. getFromIDOrDefault(String sID, ECryptoAlgorithmCrypt eDefault) -
Uses of ECryptoAlgorithmCrypt in com.helger.as2lib.partner
Methods in com.helger.as2lib.partner with parameters of type ECryptoAlgorithmCrypt Modifier and Type Method Description com.helger.commons.state.EChangePartnership. setEncryptAlgorithm(ECryptoAlgorithmCrypt eValue) -
Uses of ECryptoAlgorithmCrypt in com.helger.as2lib.processor.sender
Methods in com.helger.as2lib.processor.sender with parameters of type ECryptoAlgorithmCrypt Modifier and Type Method Description static jakarta.mail.internet.MimeBodyPartAS2SenderModule. secureMimeBodyPart(jakarta.mail.internet.MimeBodyPart aSrcPart, com.helger.mail.cte.EContentTransferEncoding eCTE, ECompressionType eCompressionType, boolean bCompressBeforeSign, Consumer<jakarta.mail.internet.MimeBodyPart> aCompressBeforeSignCallback, ECryptoAlgorithmSign eSignAlgorithm, X509Certificate aSenderCert, PrivateKey aSenderKey, boolean bIncludeCertificateInSignedContent, boolean bUseRFC3851MICAlg, boolean bRemoveCmsAlgorithmProtect, ECryptoAlgorithmCrypt eCryptAlgorithm, X509Certificate aReceiverCert, String sLoggingText)
-