Uses of Enum Class
com.helger.phase4.crypto.ECryptoKeyAgreementMethod
Packages that use ECryptoKeyAgreementMethod
-
Uses of ECryptoKeyAgreementMethod in com.helger.phase4.crypto
Methods in com.helger.phase4.crypto that return ECryptoKeyAgreementMethodModifier and TypeMethodDescriptionstatic @Nullable ECryptoKeyAgreementMethodECryptoKeyAgreementMethod.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoKeyAgreementMethod eDefault) static @Nullable ECryptoKeyAgreementMethodECryptoKeyAgreementMethod.getFromIDOrNull(@Nullable String sID) final @Nullable ECryptoKeyAgreementMethodAS4CryptParams.getKeyAgreementMethod()static ECryptoKeyAgreementMethodReturns the enum constant of this class with the specified name.static ECryptoKeyAgreementMethod[]ECryptoKeyAgreementMethod.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 ECryptoKeyAgreementMethodModifier and TypeMethodDescriptionstatic @Nullable ECryptoKeyAgreementMethodECryptoKeyAgreementMethod.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoKeyAgreementMethod eDefault) final @NonNull AS4CryptParamsAS4CryptParams.setKeyAgreementMethod(@Nullable ECryptoKeyAgreementMethod eKeyAgreementMethod) Set the key agreement method to use.