Uses of Enum Class
com.helger.phase4.crypto.ECryptoAlgorithmC14N
Packages that use ECryptoAlgorithmC14N
-
Uses of ECryptoAlgorithmC14N in com.helger.phase4.crypto
Fields in com.helger.phase4.crypto declared as ECryptoAlgorithmC14NModifier and TypeFieldDescriptionstatic final ECryptoAlgorithmC14NECryptoAlgorithmC14N.C14N_ALGORITHM_DEFAULTMethods in com.helger.phase4.crypto that return ECryptoAlgorithmC14NModifier and TypeMethodDescriptionfinal @NonNull ECryptoAlgorithmC14NAS4SigningParams.getAlgorithmC14N()static @Nullable ECryptoAlgorithmC14NECryptoAlgorithmC14N.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoAlgorithmC14N eDefault) static @Nullable ECryptoAlgorithmC14NECryptoAlgorithmC14N.getFromIDOrNull(@Nullable String sID) static @NonNull ECryptoAlgorithmC14NECryptoAlgorithmC14N.getFromIDOrThrow(@Nullable String sID) static @Nullable ECryptoAlgorithmC14NECryptoAlgorithmC14N.getFromURIOrNull(@Nullable String sURI) static ECryptoAlgorithmC14NReturns the enum constant of this class with the specified name.static ECryptoAlgorithmC14N[]ECryptoAlgorithmC14N.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 ECryptoAlgorithmC14NModifier and TypeMethodDescriptionstatic @Nullable ECryptoAlgorithmC14NECryptoAlgorithmC14N.getFromIDOrDefault(@Nullable String sID, @Nullable ECryptoAlgorithmC14N eDefault) final @NonNull AS4SigningParamsAS4SigningParams.setAlgorithmC14N(@NonNull ECryptoAlgorithmC14N eAlgorithmC14N) Set the canonicalization algorithm to be used.