Uses of Class
com.itextpdf.signatures.validation.extensions.KeyUsage
-
Packages that use KeyUsage Package Description com.itextpdf.signatures.validation.extensions -
-
Uses of KeyUsage in com.itextpdf.signatures.validation.extensions
Methods in com.itextpdf.signatures.validation.extensions that return KeyUsage Modifier and Type Method Description static KeyUsageKeyUsage. valueOf(java.lang.String name)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.Method parameters in com.itextpdf.signatures.validation.extensions with type arguments of type KeyUsage Modifier and Type Method Description private static intKeyUsageExtension. convertKeyUsageSetToInt(java.lang.Iterable<KeyUsage> keyUsages)Constructors in com.itextpdf.signatures.validation.extensions with parameters of type KeyUsage Constructor Description KeyUsageExtension(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 KeyUsage Constructor Description KeyUsageExtension(java.util.List<KeyUsage> keyUsages)Create newKeyUsageExtensioninstance using provided key usage enum list.KeyUsageExtension(java.util.List<KeyUsage> keyUsages, boolean resultOnMissingExtension)Create newKeyUsageExtensioninstance using provided key usage enum list.
-