Uses of Enum
com.itextpdf.kernel.mac.MacProperties.MacDigestAlgorithm
-
Uses of MacProperties.MacDigestAlgorithm in com.itextpdf.kernel.mac
Modifier 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.Modifier and TypeMethodDescriptionstatic String
MacProperties.macDigestAlgorithmToString
(MacProperties.MacDigestAlgorithm macDigestAlgorithm) ModifierConstructorDescriptionMacProperties
(MacProperties.MacDigestAlgorithm macDigestAlgorithm) CreatesMacProperties
class containing providedMacProperties.MacDigestAlgorithm
.MacProperties
(MacProperties.MacDigestAlgorithm macDigestAlgorithm, MacProperties.MacAlgorithm macAlgorithm, MacProperties.KeyWrappingAlgorithm keyWrappingAlgorithm) CreatesMacProperties
class containing provided properties.