Uses of Enum Class
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder.RevReq.EnuRevReq
Packages that use RevReq.EnuRevReq
Package
Description
-
Uses of RevReq.EnuRevReq in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder
Subclasses with type arguments of type RevReq.EnuRevReq in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoderModifier and TypeClassDescriptionstatic enumEnumeração de verificações mínimas a serem realizadasMethods in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder that return RevReq.EnuRevReqModifier and TypeMethodDescriptionRevReq.getEnuRevReq()Retorna o atributoEnuRevReq.static RevReq.EnuRevReqReturns the enum constant of this class with the specified name.static RevReq.EnuRevReq[]RevReq.EnuRevReq.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.decoder with parameters of type RevReq.EnuRevReqModifierConstructorDescriptionCertRevReq(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.EnuRevReqModifier and TypeMethodDescriptionCertificateValidationService.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)