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 KeyUsage
KeyUsage. 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 int
KeyUsageExtension. convertKeyUsageSetToInt(java.util.List<KeyUsage> keyUsages)
Constructors in com.itextpdf.signatures.validation.extensions with parameters of type KeyUsage Constructor Description KeyUsageExtension(KeyUsage keyUsageValue)
Create newKeyUsageExtension
instance 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 newKeyUsageExtension
instance using provided key usage enum list.
-