Uses of Enum
com.itextpdf.kernel.mac.MacProperties.KeyWrappingAlgorithm
-
Uses of MacProperties.KeyWrappingAlgorithm in com.itextpdf.kernel.mac
Modifier and TypeMethodDescriptionMacProperties.getKeyWrappingAlgorithm()
GetsMacProperties.KeyWrappingAlgorithm
to be used in MAC integrity protection algorithm.Returns the enum constant of this type with the specified name.static MacProperties.KeyWrappingAlgorithm[]
MacProperties.KeyWrappingAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionMacProperties
(MacProperties.MacDigestAlgorithm macDigestAlgorithm, MacProperties.MacAlgorithm macAlgorithm, MacProperties.KeyWrappingAlgorithm keyWrappingAlgorithm) CreatesMacProperties
class containing provided properties.