Uses of Enum Class
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 class with the specified name.static ECryptoMode[]ECryptoMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.phase4.crypto with parameters of type ECryptoModeModifier and TypeMethodDescription@NonNull org.apache.wss4j.common.crypto.CryptoAS4CryptoFactoryInMemoryKeyStore.getCrypto(@NonNull ECryptoMode eCryptoMode) Lazily create aCryptoinstance using the key store and trust store from the constructor.@NonNull org.apache.wss4j.common.crypto.CryptoIAS4CryptoFactory.getCrypto(@NonNull ECryptoMode eCryptoMode)