Uses of Class
br.ufsc.labsec.utils.CertificateUtils.Usage
Package | Description |
---|---|
br.ufsc.labsec.utils |
-
Uses of CertificateUtils.Usage in br.ufsc.labsec.utils
Methods in br.ufsc.labsec.utils that return CertificateUtils.Usage Modifier and Type Method Description static CertificateUtils.Usage
CertificateUtils. hasKeyUsage(Object certificate, int usage)
static CertificateUtils.Usage
CertificateUtils.Usage. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertificateUtils.Usage[]
CertificateUtils.Usage. values()
Returns an array containing the constants of this enum type, in the order they are declared.