| Package | Description |
|---|---|
| com.itextpdf.kernel.mac |
| Modifier and Type | Method and Description |
|---|---|
MacProperties.KeyWrappingAlgorithm |
MacProperties.getKeyWrappingAlgorithm()
Gets
MacProperties.KeyWrappingAlgorithm to be used in MAC integrity protection algorithm. |
static MacProperties.KeyWrappingAlgorithm |
MacProperties.KeyWrappingAlgorithm.valueOf(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.
|
| Constructor and Description |
|---|
MacProperties(MacProperties.MacDigestAlgorithm macDigestAlgorithm,
MacProperties.MacAlgorithm macAlgorithm,
MacProperties.KeyWrappingAlgorithm keyWrappingAlgorithm)
Creates
MacProperties class containing provided properties. |
Copyright © 1998–2024 Apryse Group NV. All rights reserved.