Uses of Class
com.helger.phase4.crypto.AS4SigningParams
Packages that use AS4SigningParams
Package
Description
-
Uses of AS4SigningParams in com.helger.phase4.client
Methods in com.helger.phase4.client that return AS4SigningParams -
Uses of AS4SigningParams in com.helger.phase4.crypto
Methods in com.helger.phase4.crypto that return AS4SigningParamsModifier and TypeMethodDescriptionstatic AS4SigningParamsAS4SigningParams.createDefault()AS4SigningParams.getClone()final AS4SigningParamsAS4SigningParams.setAlgorithmC14N(ECryptoAlgorithmC14N eAlgorithmC14N) Set the canonicalization algorithm to be used.final AS4SigningParamsAS4SigningParams.setAlgorithmSign(ECryptoAlgorithmSign eAlgorithmSign) A signing algorithm can be set.final AS4SigningParamsAS4SigningParams.setAlgorithmSignDigest(ECryptoAlgorithmSignDigest eAlgorithmSignDigest) A signing digest algorithm can be set.final AS4SigningParamsAS4SigningParams.setFromPMode(PModeLegSecurity aSecurity) This method callssetAlgorithmSign(ECryptoAlgorithmSign)andsetAlgorithmSignDigest(ECryptoAlgorithmSignDigest)based on the PMode parameters.final AS4SigningParamsAS4SigningParams.setKeyIdentifierType(ECryptoKeyIdentifierType eKeyIdentifierType) Set the key identifier type to use. -
Uses of AS4SigningParams in com.helger.phase4.messaging.crypto
Methods in com.helger.phase4.messaging.crypto with parameters of type AS4SigningParamsModifier and TypeMethodDescriptionstatic DocumentAS4Signer.createSignedMessage(IAS4CryptoFactory aCryptoFactory, Document aPreSigningMessage, ESoapVersion eSoapVersion, String sMessagingID, com.helger.commons.collection.impl.ICommonsList<WSS4JAttachment> aAttachments, AS4ResourceHelper aResHelper, boolean bMustUnderstand, AS4SigningParams aSigningParams) This method must be used if the message does not contain attachments, that should be in a additional mime message part.