Uses of Enum
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 ECryptoAlgorithmC14NAS4SigningParams.getAlgorithmC14N()static ECryptoAlgorithmC14NECryptoAlgorithmC14N.getFromIDOrDefault(String sID, ECryptoAlgorithmC14N eDefault) static ECryptoAlgorithmC14NECryptoAlgorithmC14N.getFromIDOrNull(String sID) static ECryptoAlgorithmC14NECryptoAlgorithmC14N.getFromIDOrThrow(String sID) static ECryptoAlgorithmC14NECryptoAlgorithmC14N.getFromURIOrNull(String sURI) static ECryptoAlgorithmC14NReturns the enum constant of this type with the specified name.static ECryptoAlgorithmC14N[]ECryptoAlgorithmC14N.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 ECryptoAlgorithmC14NModifier and TypeMethodDescriptionstatic ECryptoAlgorithmC14NECryptoAlgorithmC14N.getFromIDOrDefault(String sID, ECryptoAlgorithmC14N eDefault) final AS4SigningParamsAS4SigningParams.setAlgorithmC14N(ECryptoAlgorithmC14N eAlgorithmC14N) Set the canonicalization algorithm to be used.