Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.validationService.certificate.CertificateInterface.Instance
Package | Description |
---|---|
br.ufsc.labsec.signature.conformanceVerifier.validationService.certificate | |
br.ufsc.labsec.utils |
-
Uses of CertificateInterface.Instance in br.ufsc.labsec.signature.conformanceVerifier.validationService.certificate
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService.certificate that return CertificateInterface.Instance Modifier and Type Method Description static CertificateInterface.Instance
CertificateInterface. getInstance(Object certificate)
static CertificateInterface.Instance
CertificateInterface.Instance. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertificateInterface.Instance[]
CertificateInterface.Instance. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CertificateInterface.Instance in br.ufsc.labsec.utils
Methods in br.ufsc.labsec.utils with parameters of type CertificateInterface.Instance Modifier and Type Method Description static boolean
CertificateUtils. isPEM(CertificateInterface.Instance instance, byte[] encoded)