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.MacAlgorithm
MacProperties. macAlgorithm
Methods in com.itextpdf.kernel.mac that return MacProperties.MacAlgorithm Modifier and Type Method Description MacProperties.MacAlgorithm
MacProperties. getMacAlgorithm()
GetsMacProperties.MacAlgorithm
to be used in MAC integrity protection algorithm.static MacProperties.MacAlgorithm
MacProperties.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)
CreatesMacProperties
class containing provided properties.
-