Uses of Enum
com.itextpdf.signatures.validation.extensions.KeyUsage
Packages that use KeyUsage
-
Uses of KeyUsage in com.itextpdf.signatures.validation.extensions
Subclasses with type arguments of type KeyUsage in com.itextpdf.signatures.validation.extensionsModifier and TypeClassDescriptionenumEnum representing possible "Key Usage" extension values.Methods in com.itextpdf.signatures.validation.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.Method parameters in com.itextpdf.signatures.validation.extensions with type arguments of type KeyUsageModifier and TypeMethodDescriptionprivate static intKeyUsageExtension.convertKeyUsageSetToInt(Iterable<KeyUsage> keyUsages) Constructors in com.itextpdf.signatures.validation.extensions with parameters of type KeyUsageModifierConstructorDescriptionKeyUsageExtension(KeyUsage keyUsageValue) Create newKeyUsageExtensioninstance using provided single key usage enum value.KeyUsageExtension(KeyUsage keyUsageValue, boolean resultOnMissingExtension) Create newKeyUsageExtensioninstance using provided single key usage enum value.Constructor parameters in com.itextpdf.signatures.validation.extensions with type arguments of type KeyUsageModifierConstructorDescriptionKeyUsageExtension(List<KeyUsage> keyUsages) Create newKeyUsageExtensioninstance using provided key usage enum list.KeyUsageExtension(List<KeyUsage> keyUsages, boolean resultOnMissingExtension) Create newKeyUsageExtensioninstance using provided key usage enum list.