Uses of Class
com.helger.phase4.crypto.AS4CryptoProperties
Packages that use AS4CryptoProperties
-
Uses of AS4CryptoProperties in com.helger.phase4.crypto
Methods in com.helger.phase4.crypto that return AS4CryptoPropertiesModifier and TypeMethodDescriptionstatic AS4CryptoPropertiesAS4CryptoProperties.createFromConfig()Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoFactoryProperties.cryptoProperties()Deprecated, for removal: This API element is subject to removal in a future version.AS4CryptoProperties.getClone()Deprecated, for removal: This API element is subject to removal in a future version.static AS4CryptoPropertiesAS4CryptoFactoryProperties.readCryptoPropertiesFromFile(String sCryptoPropertiesPath) Deprecated, for removal: This API element is subject to removal in a future version.Read crypto properties from the specified file path.final AS4CryptoPropertiesAS4CryptoProperties.setCryptoProvider(String sCryptoProvider) Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setCryptoProviderDefault()Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setKeyAlias(String sKeyAlias) Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setKeyPassword(String sKeyPassword) Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setKeyStorePassword(String sKeyStorePassword) Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setKeyStorePath(String sKeyStorePath) Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setKeyStoreType(com.helger.security.keystore.EKeyStoreType eType) Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setLoadCACerts(boolean bLoadCACerts) Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setTrustStorePassword(String sTrustStorePassword) Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setTrustStorePath(String sTrustStorePath) Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setTrustStoreProvider(String sTrustStoreProvider) Deprecated, for removal: This API element is subject to removal in a future version.final AS4CryptoPropertiesAS4CryptoProperties.setTrustStoreType(com.helger.security.keystore.EKeyStoreType eType) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.helger.phase4.crypto with parameters of type AS4CryptoPropertiesModifier and TypeMethodDescriptionstatic org.apache.wss4j.common.crypto.CryptoAS4CryptoFactoryProperties.createCrypto(AS4CryptoProperties aCryptoProps) Deprecated, for removal: This API element is subject to removal in a future version.Helper method to create a WSS4JCryptoinstance based on the provided crypto properties.Constructors in com.helger.phase4.crypto with parameters of type AS4CryptoPropertiesModifierConstructorDescriptionAS4CryptoFactoryProperties(AS4CryptoProperties aCryptoProps) Deprecated, for removal: This API element is subject to removal in a future version.This constructor takes the crypto properties directly.