Uses of Enum
com.helger.phase4.crypto.ECryptoMode
Packages that use ECryptoMode
-
Uses of ECryptoMode in com.helger.phase4.crypto
Methods in com.helger.phase4.crypto that return ECryptoModeModifier and TypeMethodDescriptionstatic ECryptoModeReturns the enum constant of this type with the specified name.static ECryptoMode[]ECryptoMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.phase4.crypto with parameters of type ECryptoModeModifier and TypeMethodDescriptionorg.apache.wss4j.common.crypto.CryptoAS4CryptoFactoryInMemoryKeyStore.getCrypto(ECryptoMode eCryptoMode) Lazily create aCryptoinstance using the key store and trust store from the constructor.final org.apache.wss4j.common.crypto.CryptoAS4CryptoFactoryProperties.getCrypto(ECryptoMode eCryptoMode) Deprecated, for removal: This API element is subject to removal in a future version.Lazily create aCryptoinstance using the properties fromAS4CryptoFactoryProperties.cryptoProperties().org.apache.wss4j.common.crypto.CryptoIAS4CryptoFactory.getCrypto(ECryptoMode eCryptoMode)