Uses of Enum
com.itextpdf.kernel.mac.MacProperties.KeyWrappingAlgorithm
Packages that use MacProperties.KeyWrappingAlgorithm
-
Uses of MacProperties.KeyWrappingAlgorithm in com.itextpdf.kernel.mac
Subclasses with type arguments of type MacProperties.KeyWrappingAlgorithm in com.itextpdf.kernel.macModifier and TypeClassDescriptionstatic enumKey wrapping algorithms, which can be used in MAC integrity protection algorithm.Fields in com.itextpdf.kernel.mac declared as MacProperties.KeyWrappingAlgorithmModifier and TypeFieldDescriptionprivate final MacProperties.KeyWrappingAlgorithmMacProperties.keyWrappingAlgorithmMethods in com.itextpdf.kernel.mac that return MacProperties.KeyWrappingAlgorithmModifier and TypeMethodDescriptionMacProperties.getKeyWrappingAlgorithm()GetsMacProperties.KeyWrappingAlgorithmto 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) CreatesMacPropertiesclass containing provided properties.