Uses of Enum
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 TypeMethodDescriptionECryptoKeyEncryptionAlgorithm.getFromIDOrDefault(String sID, ECryptoKeyEncryptionAlgorithm eDefault) ECryptoKeyEncryptionAlgorithm.getFromIDOrNull(String sID) AS4CryptParams.getKeyEncAlgorithm()Returns the enum constant of this type with the specified name.static ECryptoKeyEncryptionAlgorithm[]ECryptoKeyEncryptionAlgorithm.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 ECryptoKeyEncryptionAlgorithmModifier and TypeMethodDescriptionECryptoKeyEncryptionAlgorithm.getFromIDOrDefault(String sID, ECryptoKeyEncryptionAlgorithm eDefault) final AS4CryptParamsAS4CryptParams.setKeyEncAlgorithm(ECryptoKeyEncryptionAlgorithm eKeyEncAlgorithm)