Uses of Class
com.itextpdf.kernel.mac.MacProperties.KeyWrappingAlgorithm
-
Packages that use MacProperties.KeyWrappingAlgorithm Package Description com.itextpdf.kernel.mac -
-
Uses of MacProperties.KeyWrappingAlgorithm in com.itextpdf.kernel.mac
Fields in com.itextpdf.kernel.mac declared as MacProperties.KeyWrappingAlgorithm Modifier and Type Field Description private MacProperties.KeyWrappingAlgorithm
MacProperties. keyWrappingAlgorithm
Methods in com.itextpdf.kernel.mac that return MacProperties.KeyWrappingAlgorithm Modifier and Type Method Description MacProperties.KeyWrappingAlgorithm
MacProperties. getKeyWrappingAlgorithm()
GetsMacProperties.KeyWrappingAlgorithm
to be used in MAC integrity protection algorithm.static MacProperties.KeyWrappingAlgorithm
MacProperties.KeyWrappingAlgorithm. valueOf(java.lang.String name)
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.KeyWrappingAlgorithm Constructor Description MacProperties(MacProperties.MacDigestAlgorithm macDigestAlgorithm, MacProperties.MacAlgorithm macAlgorithm, MacProperties.KeyWrappingAlgorithm keyWrappingAlgorithm)
CreatesMacProperties
class containing provided properties.
-