Uses of Enum Class
com.helger.phase4.crypto.ECryptoKeyEncryptionAlgorithm
Packages that use ECryptoKeyEncryptionAlgorithm
-
Uses of ECryptoKeyEncryptionAlgorithm in com.helger.phase4.crypto
Fields in com.helger.phase4.crypto declared as ECryptoKeyEncryptionAlgorithmModifier and TypeFieldDescriptionstatic final ECryptoKeyEncryptionAlgorithmAS4CryptParams.DEFAULT_KEY_ENCRYPTION_ALGORITHMMethods in com.helger.phase4.crypto that return ECryptoKeyEncryptionAlgorithmModifier and TypeMethodDescriptionstatic @Nullable ECryptoKeyEncryptionAlgorithmECryptoKeyEncryptionAlgorithm.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoKeyEncryptionAlgorithm eDefault) static @Nullable ECryptoKeyEncryptionAlgorithmECryptoKeyEncryptionAlgorithm.getFromIDOrNull(@Nullable String sID) final @NonNull ECryptoKeyEncryptionAlgorithmAS4CryptParams.getKeyEncAlgorithm()Returns the enum constant of this class with the specified name.static ECryptoKeyEncryptionAlgorithm[]ECryptoKeyEncryptionAlgorithm.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 ECryptoKeyEncryptionAlgorithmModifier and TypeMethodDescriptionstatic @Nullable ECryptoKeyEncryptionAlgorithmECryptoKeyEncryptionAlgorithm.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoKeyEncryptionAlgorithm eDefault) final @NonNull AS4CryptParamsAS4CryptParams.setKeyEncAlgorithm(@NonNull ECryptoKeyEncryptionAlgorithm eKeyEncAlgorithm)