Uses of Class
com.helger.phase4.crypto.AS4CryptParams
Packages that use AS4CryptParams
Package
Description
-
Uses of AS4CryptParams in com.helger.phase4.client
Methods in com.helger.phase4.client that return AS4CryptParams -
Uses of AS4CryptParams in com.helger.phase4.crypto
Methods in com.helger.phase4.crypto that return AS4CryptParamsModifier and TypeMethodDescriptionstatic AS4CryptParamsAS4CryptParams.createDefault()AS4CryptParams.getClone()final AS4CryptParamsAS4CryptParams.setAlgorithmCrypt(ECryptoAlgorithmCrypt eAlgorithmCrypt) A encryption algorithm can be set.final AS4CryptParamsfinal AS4CryptParamsAS4CryptParams.setCertificate(X509Certificate aCert) Set the X509 certificate be used.final AS4CryptParamsAS4CryptParams.setDigestAlgorithm(String sDigestAlgorithm) Set the digest algorithm to use with the RSA-OAEP key transport algorithm.final AS4CryptParamsAS4CryptParams.setFromPMode(PModeLegSecurity aSecurity) This method callssetAlgorithmCrypt(ECryptoAlgorithmCrypt)based on the PMode parameters.final AS4CryptParamsAS4CryptParams.setKeyEncAlgorithm(String sKeyEncAlgorithm) final AS4CryptParamsAS4CryptParams.setKeyIdentifierType(ECryptoKeyIdentifierType eKeyIdentifierType) Set the key identifier type to use.final AS4CryptParamsAS4CryptParams.setMGFAlgorithm(String sMGFAlgorithm) Set the mask generation function (MGF) algorithm to use with the RSA-OAEP key transport algorithm. -
Uses of AS4CryptParams in com.helger.phase4.messaging.crypto
Methods in com.helger.phase4.messaging.crypto with parameters of type AS4CryptParamsModifier and TypeMethodDescriptionstatic AS4MimeMessageAS4Encryptor.encryptMimeMessage(ESoapVersion eSoapVersion, Document aDoc, com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments, IAS4CryptoFactory aCryptoFactory, boolean bMustUnderstand, AS4ResourceHelper aResHelper, AS4CryptParams aCryptParams) static DocumentAS4Encryptor.encryptSoapBodyPayload(IAS4CryptoFactory aCryptoFactory, ESoapVersion eSoapVersion, Document aDoc, boolean bMustUnderstand, AS4CryptParams aCryptParams) Encrypt the SOAP "Body" content.