Uses of Enum
com.itextpdf.kernel.mac.MacProperties.KeyWrappingAlgorithm
Packages that use MacProperties.KeyWrappingAlgorithm
-
Uses of MacProperties.KeyWrappingAlgorithm in com.itextpdf.kernel.mac
Methods in com.itextpdf.kernel.mac that return MacProperties.KeyWrappingAlgorithmModifier 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.Constructors in com.itextpdf.kernel.mac with parameters of type MacProperties.KeyWrappingAlgorithmModifierConstructorDescriptionMacProperties
(MacProperties.MacDigestAlgorithm macDigestAlgorithm, MacProperties.MacAlgorithm macAlgorithm, MacProperties.KeyWrappingAlgorithm keyWrappingAlgorithm) CreatesMacProperties
class containing provided properties.