| Package | Description |
|---|---|
| com.itextpdf.kernel.mac |
| Modifier and Type | Method and Description |
|---|---|
MacProperties.MacDigestAlgorithm |
MacProperties.getMacDigestAlgorithm()
Gets
MacProperties.MacDigestAlgorithm to be used in MAC integrity protection algorithm. |
static MacProperties.MacDigestAlgorithm |
MacProperties.MacDigestAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacProperties.MacDigestAlgorithm[] |
MacProperties.MacDigestAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
MacProperties.macDigestAlgorithmToString(MacProperties.MacDigestAlgorithm macDigestAlgorithm) |
| Constructor and Description |
|---|
MacProperties(MacProperties.MacDigestAlgorithm macDigestAlgorithm)
Creates
MacProperties class containing provided MacProperties.MacDigestAlgorithm. |
MacProperties(MacProperties.MacDigestAlgorithm macDigestAlgorithm,
MacProperties.MacAlgorithm macAlgorithm,
MacProperties.KeyWrappingAlgorithm keyWrappingAlgorithm)
Creates
MacProperties class containing provided properties. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.