Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.RevReq.EnuRevReq
Package | Description |
---|---|
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder | |
br.ufsc.labsec.signature.conformanceVerifier.validationService |
-
Uses of RevReq.EnuRevReq in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder
Methods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder that return RevReq.EnuRevReq Modifier and Type Method Description RevReq.EnuRevReq
RevReq. getEnuRevReq()
Retorna o atributoEnuRevReq
.static RevReq.EnuRevReq
RevReq.EnuRevReq. valueOf(String name)
Returns the enum constant of this type with the specified name.static RevReq.EnuRevReq[]
RevReq.EnuRevReq. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder with parameters of type RevReq.EnuRevReq Constructor Description CertRevReq(RevReq.EnuRevReq endCertRevReq, RevReq.EnuRevReq caCerts)
Construtor usado para parametrizar a validação de certificados.RevReq(RevReq.EnuRevReq enuRevReq)
Construtor usado para parametrizar a validação de certificados. -
Uses of RevReq.EnuRevReq in br.ufsc.labsec.signature.conformanceVerifier.validationService
Methods in br.ufsc.labsec.signature.conformanceVerifier.validationService with parameters of type RevReq.EnuRevReq Modifier and Type Method Description ValidationResult
CertificateValidationService. validateAttributeCertificate(RevReq.EnuRevReq requirement, org.bouncycastle.cert.X509AttributeCertificateHolder certificate, X509Certificate anchor, Optional<X509CRL> optionalCRL, Optional<org.bouncycastle.cert.ocsp.OCSPResp> optionalOCSP, Time timeReference, boolean validateICPBRAlgorithms)