Uses of Enum
com.itextpdf.kernel.mac.MacProperties.MacDigestAlgorithm
Packages that use MacProperties.MacDigestAlgorithm
-
Uses of MacProperties.MacDigestAlgorithm in com.itextpdf.kernel.mac
Methods in com.itextpdf.kernel.mac that return MacProperties.MacDigestAlgorithmModifier and TypeMethodDescriptionMacProperties.getMacDigestAlgorithm()
GetsMacProperties.MacDigestAlgorithm
to 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 String
MacProperties.macDigestAlgorithmToString
(MacProperties.MacDigestAlgorithm macDigestAlgorithm) Constructors in com.itextpdf.kernel.mac with parameters of type MacProperties.MacDigestAlgorithmModifierConstructorDescriptionMacProperties
(MacProperties.MacDigestAlgorithm macDigestAlgorithm) CreatesMacProperties
class containing providedMacProperties.MacDigestAlgorithm
.MacProperties
(MacProperties.MacDigestAlgorithm macDigestAlgorithm, MacProperties.MacAlgorithm macAlgorithm, MacProperties.KeyWrappingAlgorithm keyWrappingAlgorithm) CreatesMacProperties
class containing provided properties.