Uses of Class
com.itextpdf.kernel.mac.MacProperties.MacAlgorithm
-
Packages that use MacProperties.MacAlgorithm Package Description com.itextpdf.kernel.mac -
-
Uses of MacProperties.MacAlgorithm in com.itextpdf.kernel.mac
Fields in com.itextpdf.kernel.mac declared as MacProperties.MacAlgorithm Modifier and Type Field Description private MacProperties.MacAlgorithmMacProperties. macAlgorithmMethods in com.itextpdf.kernel.mac that return MacProperties.MacAlgorithm Modifier and Type Method Description MacProperties.MacAlgorithmMacProperties. getMacAlgorithm()GetsMacProperties.MacAlgorithmto be used in MAC integrity protection algorithm.static MacProperties.MacAlgorithmMacProperties.MacAlgorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MacProperties.MacAlgorithm[]MacProperties.MacAlgorithm. 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.MacAlgorithm Constructor Description MacProperties(MacProperties.MacDigestAlgorithm macDigestAlgorithm, MacProperties.MacAlgorithm macAlgorithm, MacProperties.KeyWrappingAlgorithm keyWrappingAlgorithm)CreatesMacPropertiesclass containing provided properties.
-