Uses of Enum
com.itextpdf.kernel.mac.MacProperties.MacAlgorithm
Packages that use MacProperties.MacAlgorithm
-
Uses of MacProperties.MacAlgorithm in com.itextpdf.kernel.mac
Subclasses with type arguments of type MacProperties.MacAlgorithm in com.itextpdf.kernel.macModifier and TypeClassDescriptionstatic enumMAC algorithms, which can be used during integrity protection operation.Fields in com.itextpdf.kernel.mac declared as MacProperties.MacAlgorithmModifier and TypeFieldDescriptionprivate final MacProperties.MacAlgorithmMacProperties.macAlgorithmMethods in com.itextpdf.kernel.mac that return MacProperties.MacAlgorithmModifier and TypeMethodDescriptionMacProperties.getMacAlgorithm()GetsMacProperties.MacAlgorithmto be used in MAC integrity protection algorithm.static MacProperties.MacAlgorithmReturns the enum constant of this type with the specified name.static MacProperties.MacAlgorithm[]MacProperties.MacAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.itextpdf.kernel.mac with parameters of type MacProperties.MacAlgorithmModifierConstructorDescriptionMacProperties(MacProperties.MacDigestAlgorithm macDigestAlgorithm, MacProperties.MacAlgorithm macAlgorithm, MacProperties.KeyWrappingAlgorithm keyWrappingAlgorithm) CreatesMacPropertiesclass containing provided properties.