Uses of Enum
com.itextpdf.kernel.mac.MacProperties.MacDigestAlgorithm
Packages that use MacProperties.MacDigestAlgorithm
-
Uses of MacProperties.MacDigestAlgorithm in com.itextpdf.kernel.mac
Subclasses with type arguments of type MacProperties.MacDigestAlgorithm in com.itextpdf.kernel.macModifier and TypeClassDescriptionstatic enumMessage digest algorithms, which can be used in MAC integrity protection algorithm.Fields in com.itextpdf.kernel.mac declared as MacProperties.MacDigestAlgorithmModifier and TypeFieldDescriptionprivate final MacProperties.MacDigestAlgorithmMacProperties.macDigestAlgorithmMethods in com.itextpdf.kernel.mac that return MacProperties.MacDigestAlgorithmModifier and TypeMethodDescriptionprivate static MacProperties.MacDigestAlgorithmAbstractMacIntegrityProtector.getMacDigestAlgorithm(String oid) MacProperties.getMacDigestAlgorithm()GetsMacProperties.MacDigestAlgorithmto be used in MAC integrity protection algorithm.Returns the enum constant of this type with the specified name.static MacProperties.MacDigestAlgorithm[]MacProperties.MacDigestAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.kernel.mac with parameters of type MacProperties.MacDigestAlgorithmModifier and TypeMethodDescriptionstatic StringMacProperties.macDigestAlgorithmToString(MacProperties.MacDigestAlgorithm macDigestAlgorithm) Constructors in com.itextpdf.kernel.mac with parameters of type MacProperties.MacDigestAlgorithmModifierConstructorDescriptionMacProperties(MacProperties.MacDigestAlgorithm macDigestAlgorithm) CreatesMacPropertiesclass containing providedMacProperties.MacDigestAlgorithm.MacProperties(MacProperties.MacDigestAlgorithm macDigestAlgorithm, MacProperties.MacAlgorithm macAlgorithm, MacProperties.KeyWrappingAlgorithm keyWrappingAlgorithm) CreatesMacPropertiesclass containing provided properties.