Uses of Class
com.helger.phase4.model.pmode.leg.PModeLegSecurity
Packages that use PModeLegSecurity
-
Uses of PModeLegSecurity in com.helger.phase4.crypto
Methods in com.helger.phase4.crypto with parameters of type PModeLegSecurityModifier and TypeMethodDescriptionfinal AS4CryptParamsAS4CryptParams.setFromPMode(PModeLegSecurity aSecurity) This method callsAS4CryptParams.setAlgorithmCrypt(ECryptoAlgorithmCrypt)based on the PMode parameters.final AS4SigningParamsAS4SigningParams.setFromPMode(PModeLegSecurity aSecurity) This method callsAS4SigningParams.setAlgorithmSign(ECryptoAlgorithmSign)andAS4SigningParams.setAlgorithmSignDigest(ECryptoAlgorithmSignDigest)based on the PMode parameters. -
Uses of PModeLegSecurity in com.helger.phase4.model.pmode.leg
Methods in com.helger.phase4.model.pmode.leg that return PModeLegSecurityModifier and TypeMethodDescriptionstatic PModeLegSecurityPModeLegSecurityJsonConverter.convertToNative(com.helger.json.IJsonObject aElement) Convert the provided JSON to aPModeLegSecurityobject.PModeLegSecurityMicroTypeConverter.convertToNative(com.helger.xml.microdom.IMicroElement aElement) final PModeLegSecurityPModeLeg.getSecurity()Methods in com.helger.phase4.model.pmode.leg with parameters of type PModeLegSecurityModifier and TypeMethodDescriptionstatic com.helger.json.IJsonObjectPModeLegSecurityJsonConverter.convertToJson(PModeLegSecurity aValue) Convert the providedPModeLegSecurityobject to a JSON object.com.helger.xml.microdom.IMicroElementPModeLegSecurityMicroTypeConverter.convertToMicroElement(PModeLegSecurity aValue, String sNamespaceURI, String sTagName) final com.helger.commons.state.EChangePModeLeg.setSecurity(PModeLegSecurity aSecurity) Constructors in com.helger.phase4.model.pmode.leg with parameters of type PModeLegSecurityModifierConstructorDescriptionPModeLeg(PModeLegProtocol aProtocol, PModeLegBusinessInformation aBusinessInfo, PModeLegErrorHandling aErrorHandling, PModeLegReliability aReliability, PModeLegSecurity aSecurity)