Uses of Class
com.helger.as2lib.crypto.ECryptoAlgorithmSign
-
-
Uses of ECryptoAlgorithmSign in com.helger.as2lib.client
Methods in com.helger.as2lib.client that return ECryptoAlgorithmSign Modifier and Type Method Description ECryptoAlgorithmSignAS2ClientSettings. getSignAlgo()Methods in com.helger.as2lib.client with parameters of type ECryptoAlgorithmSign Modifier and Type Method Description AS2ClientSettingsAS2ClientSettings. setEncryptAndSign(ECryptoAlgorithmCrypt eCryptAlgo, ECryptoAlgorithmSign eSignAlgo)Set the encryption and signing algorithms to use. -
Uses of ECryptoAlgorithmSign in com.helger.as2lib.crypto
Fields in com.helger.as2lib.crypto declared as ECryptoAlgorithmSign Modifier and Type Field Description static ECryptoAlgorithmSignECryptoAlgorithmSign. DEFAULT_RFC_3851static ECryptoAlgorithmSignECryptoAlgorithmSign. DEFAULT_RFC_5751Methods in com.helger.as2lib.crypto that return ECryptoAlgorithmSign Modifier and Type Method Description ECryptoAlgorithmSignMIC. getDigestAlgorithm()static ECryptoAlgorithmSignECryptoAlgorithmSign. getFromIDOrDefault(String sID, ECryptoAlgorithmSign eDefault)static ECryptoAlgorithmSignECryptoAlgorithmSign. getFromIDOrNull(String sID)static ECryptoAlgorithmSignECryptoAlgorithmSign. getFromIDOrThrow(String sID)static ECryptoAlgorithmSignECryptoAlgorithmSign. valueOf(String name)Returns the enum constant of this type with the specified name.static ECryptoAlgorithmSign[]ECryptoAlgorithmSign. 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 ECryptoAlgorithmSign Modifier and Type Method Description MICBCCryptoHelper. calculateMIC(jakarta.mail.internet.MimeBodyPart aPart, ECryptoAlgorithmSign eDigestAlgorithm, boolean bIncludeHeaders)MICICryptoHelper. calculateMIC(jakarta.mail.internet.MimeBodyPart aPart, ECryptoAlgorithmSign eDigestAlgorithm, boolean bIncludeHeaders)Calculate the MICstatic ECryptoAlgorithmSignECryptoAlgorithmSign. getFromIDOrDefault(String sID, ECryptoAlgorithmSign eDefault)jakarta.mail.internet.MimeBodyPartBCCryptoHelper. sign(jakarta.mail.internet.MimeBodyPart aPart, X509Certificate aX509Cert, PrivateKey aPrivateKey, ECryptoAlgorithmSign eAlgorithm, boolean bIncludeCertificateInSignedContent, boolean bUseOldRFC3851MicAlgs, boolean bRemoveCmsAlgorithmProtect, com.helger.mail.cte.EContentTransferEncoding eCTE)jakarta.mail.internet.MimeBodyPartICryptoHelper. sign(jakarta.mail.internet.MimeBodyPart aPart, X509Certificate aCert, PrivateKey aKey, ECryptoAlgorithmSign eAlgorithm, boolean bIncludeCertificateInSignedContent, boolean bUseOldRFC3851MicAlgs, boolean bRemoveCmsAlgorithmProtect, com.helger.mail.cte.EContentTransferEncoding eCTE)Sign a MIME body part.Constructors in com.helger.as2lib.crypto with parameters of type ECryptoAlgorithmSign Constructor Description MIC(byte[] aMICBytes, ECryptoAlgorithmSign eDigestAlgorithm) -
Uses of ECryptoAlgorithmSign in com.helger.as2lib.disposition
Methods in com.helger.as2lib.disposition that return ECryptoAlgorithmSign Modifier and Type Method Description ECryptoAlgorithmSignDispositionOptions. getFirstMICAlg()Methods in com.helger.as2lib.disposition that return types with arguments of type ECryptoAlgorithmSign Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<ECryptoAlgorithmSign>DispositionOptions. getAllMICAlgs()Methods in com.helger.as2lib.disposition with parameters of type ECryptoAlgorithmSign Modifier and Type Method Description DispositionOptionsDispositionOptions. setMICAlg(ECryptoAlgorithmSign... aMICAlgs)Set the MIC algorithm to use.Method parameters in com.helger.as2lib.disposition with type arguments of type ECryptoAlgorithmSign Modifier and Type Method Description DispositionOptionsDispositionOptions. setMICAlg(Iterable<? extends ECryptoAlgorithmSign> aMICAlgs)Set the MIC algorithm to use. -
Uses of ECryptoAlgorithmSign in com.helger.as2lib.partner
Methods in com.helger.as2lib.partner with parameters of type ECryptoAlgorithmSign Modifier and Type Method Description com.helger.commons.state.EChangePartnership. setSigningAlgorithm(ECryptoAlgorithmSign eValue) -
Uses of ECryptoAlgorithmSign in com.helger.as2lib.processor.sender
Methods in com.helger.as2lib.processor.sender with parameters of type ECryptoAlgorithmSign 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) -
Uses of ECryptoAlgorithmSign in com.helger.as2lib.util
Methods in com.helger.as2lib.util with parameters of type ECryptoAlgorithmSign Modifier and Type Method Description static voidAS2Helper. createMDNData(IAS2Session aSession, IMessageMDN aMdn, boolean bSignMDN, boolean bIncludeCertificateInSignedContent, ECryptoAlgorithmSign eMICAlg, boolean bUseOldRFC3851MicAlgs, boolean bRemoveCmsAlgorithmProtect)Create and fill the MDN parameter
-