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 @NonNull AS4CryptParamsAS4CryptParams.setFromPMode(@Nullable PModeLegSecurity aSecurity) This method callsAS4CryptParams.setAlgorithmCrypt(ECryptoAlgorithmCrypt)based on the PMode parameters.final @NonNull AS4SigningParamsAS4SigningParams.setFromPMode(@Nullable 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 @NonNull PModeLegSecurityPModeLegSecurityJsonConverter.convertToNative(@NonNull com.helger.json.IJsonObject aElement) Convert the provided JSON to aPModeLegSecurityobject.@NonNull PModeLegSecurityPModeLegSecurityMicroTypeConverter.convertToNative(@NonNull com.helger.xml.microdom.IMicroElement aElement) final @Nullable PModeLegSecurityPModeLeg.getSecurity()Methods in com.helger.phase4.model.pmode.leg with parameters of type PModeLegSecurityModifier and TypeMethodDescriptionstatic @NonNull com.helger.json.IJsonObjectPModeLegSecurityJsonConverter.convertToJson(@NonNull PModeLegSecurity aValue) Convert the providedPModeLegSecurityobject to a JSON object.@NonNull com.helger.xml.microdom.IMicroElementPModeLegSecurityMicroTypeConverter.convertToMicroElement(@NonNull PModeLegSecurity aValue, @Nullable String sNamespaceURI, @NonNull String sTagName) final @NonNull com.helger.base.state.EChangePModeLeg.setSecurity(@Nullable PModeLegSecurity aSecurity) Constructors in com.helger.phase4.model.pmode.leg with parameters of type PModeLegSecurityModifierConstructorDescriptionPModeLeg(@Nullable PModeLegProtocol aProtocol, @Nullable PModeLegBusinessInformation aBusinessInfo, @Nullable PModeLegErrorHandling aErrorHandling, @Nullable PModeLegReliability aReliability, @Nullable PModeLegSecurity aSecurity)