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.final AS4SigningParamsAS4SigningParams.setSecurityProvider(Provider aSecurityProvider) Set the security provider to be used for signing and verification.final AS4SigningParamsAS4SigningParams.setSecurityProviderSign(Provider aSecurityProviderSign) Set the security provider to be used for signing (not for verification).final AS4SigningParamsAS4SigningParams.setSecurityProviderVerify(Provider aSecurityProviderVerify) Set the security provider to be used for verification (not for signing).final AS4SigningParamsAS4SigningParams.setUseSingleCertificate(boolean bUseSingleCertificate) Set the Binary Security Token value type.final AS4SigningParamsAS4SigningParams.setWSSecSignatureCustomizer(IWSSecSignatureCustomizer a) Methods in com.helger.phase4.crypto with parameters of type AS4SigningParams -
Uses of AS4SigningParams in com.helger.phase4.incoming.crypto
Methods in com.helger.phase4.incoming.crypto that return AS4SigningParamsModifier and TypeMethodDescriptionAS4IncomingSecurityConfiguration.getSigningParams()IAS4IncomingSecurityConfiguration.getSigningParams()default AS4SigningParamsIAS4IncomingSecurityConfiguration.getSigningParamsCloneOrNew()Methods in com.helger.phase4.incoming.crypto with parameters of type AS4SigningParamsModifier and TypeMethodDescriptionAS4IncomingSecurityConfiguration.setSigningParams(AS4SigningParams a) -
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 aCryptoFactorySign, 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. -
Uses of AS4SigningParams in com.helger.phase4.sender
Fields in com.helger.phase4.sender declared as AS4SigningParamsModifier and TypeFieldDescriptionprotected final AS4SigningParamsAbstractAS4MessageBuilder.m_aSigningParamsMethods in com.helger.phase4.sender that return AS4SigningParamsModifier and TypeMethodDescriptionfinal AS4SigningParamsAbstractAS4MessageBuilder.signingParams()Get the mutable AS4 signing parameters.Method parameters in com.helger.phase4.sender with type arguments of type AS4SigningParamsModifier and TypeMethodDescriptionfinal IMPLTYPEAbstractAS4MessageBuilder.withSigningParams(Consumer<? super AS4SigningParams> aConsumer) Modify the AS4 signing parameters for this message.