Uses of Enum
com.itextpdf.signatures.validation.v1.extensions.KeyUsage
-
Uses of KeyUsage in com.itextpdf.signatures.validation.v1.extensions
Modifier and TypeMethodDescriptionstatic KeyUsage
Returns the enum constant of this type with the specified name.static KeyUsage[]
KeyUsage.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionKeyUsageExtension
(KeyUsage keyUsageValue) Create newKeyUsageExtension
instance using provided single key usage enum value.ModifierConstructorDescriptionKeyUsageExtension
(List<KeyUsage> keyUsages) Create newKeyUsageExtension
instance using provided key usage enum list.