Uses of Class
br.ufsc.labsec.validationDataServices.exceptions.LCRException
Packages that use LCRException
Package
Description
-
Uses of LCRException in br.ufsc.labsec.validationDataServices.services.constraints.path
Methods in br.ufsc.labsec.validationDataServices.services.constraints.path that throw LCRExceptionModifier and TypeMethodDescriptionstatic voidValidatePath.validateCertPath(CertPath certPath, CertStore certStore, Date timeReference, TrustAnchorProvider trustAnchorProvider, RevocationPolicyProvider policyDataProvider, CertificateValidation.Validate validate, List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyICPBRAlgorithms) Valida o caminho de certificação de um certificado. -
Uses of LCRException in br.ufsc.labsec.validationDataServices.services.revocation.validator
Methods in br.ufsc.labsec.validationDataServices.services.revocation.validator that throw LCRExceptionModifier and TypeMethodDescriptionvoidRevocationValidator.validate(CertPath certPath, CertStore certStore, Date timeReference, Set<TrustAnchor> trustAnchors, List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses, boolean verifyIcpAlgorithms)