Uses of Enum
com.itextpdf.signatures.validation.v1.extensions.KeyUsage
Packages that use KeyUsage
-
Uses of KeyUsage in com.itextpdf.signatures.validation.v1.extensions
Methods in com.itextpdf.signatures.validation.v1.extensions that return KeyUsageModifier and TypeMethodDescriptionstatic KeyUsageReturns 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.Constructors in com.itextpdf.signatures.validation.v1.extensions with parameters of type KeyUsageModifierConstructorDescriptionKeyUsageExtension(KeyUsage keyUsageValue) Create newKeyUsageExtensioninstance using provided single key usage enum value.Constructor parameters in com.itextpdf.signatures.validation.v1.extensions with type arguments of type KeyUsageModifierConstructorDescriptionKeyUsageExtension(List<KeyUsage> keyUsages) Create newKeyUsageExtensioninstance using provided key usage enum list.