Uses of Interface
br.ufsc.labsec.signature.Verifier
Packages that use Verifier
Package
Description
-
Uses of Verifier in br.ufsc.labsec.component
Methods in br.ufsc.labsec.component that return VerifierModifier and TypeMethodDescriptionApplication.getVerifierType(FileType verifierType) Responsável por selecionar o verificador específico para o tipo de arquivo da verificação (Pades, Cades, Xades ou Jades) -
Uses of Verifier in br.ufsc.labsec.signature
Classes in br.ufsc.labsec.signature that implement Verifier -
Uses of Verifier in br.ufsc.labsec.signature.conformanceVerifier.cades
Classes in br.ufsc.labsec.signature.conformanceVerifier.cades that implement VerifierModifier and TypeClassDescriptionclassEsta classe implementa os métodos para verificação de uma assinatura CAdES. -
Uses of Verifier in br.ufsc.labsec.signature.conformanceVerifier.certificate
Classes in br.ufsc.labsec.signature.conformanceVerifier.certificate that implement VerifierModifier and TypeClassDescriptionclassImplementa a verificação de certificados, responsável por validar um certificado e criar relatórios detalhados sobre seu status. -
Uses of Verifier in br.ufsc.labsec.signature.conformanceVerifier.common
Fields in br.ufsc.labsec.signature.conformanceVerifier.common declared as VerifierModifier and TypeFieldDescriptionprotected VerifierAttributeCertificateValuesLogic.signatureVerifierprotected VerifierCertificateValuesLogic.signatureVerifierVerificador de assinatura JWSConstructors in br.ufsc.labsec.signature.conformanceVerifier.common with parameters of type VerifierModifierConstructorDescriptionAttributeCertificateValuesLogic(Verifier signatureVerifier, Set<TrustAnchor> trustAnchors, CertificateCreator.CertificateRule rule) CertificateValuesLogic(Verifier signatureVerifier, Set<TrustAnchor> trustAnchors, CertificateCreator.CertificateRule rule) -
Uses of Verifier in br.ufsc.labsec.signature.conformanceVerifier.jades
Classes in br.ufsc.labsec.signature.conformanceVerifier.jades that implement VerifierModifier and TypeClassDescriptionclassEsta classe implementa os métodos para verificação de uma assinatura JAdES.Methods in br.ufsc.labsec.signature.conformanceVerifier.jades with parameters of type Verifier -
Uses of Verifier in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.signed
Constructors in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.signed with parameters of type VerifierModifierConstructorDescriptionAllDataObjectsTimeStamp(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) CommitmentTypeIndication(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) CriticalHeader(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) Construtor utilizado para verificaçãoIssuedAtTime(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) Construtor usado pelo Verificador para instanciar o atributo a partir de uma assinatura existente.SigDHeader(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) Construtor utilizado para verificaçãoSignaturePolicyIdentifier(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) SignatureProductionPlace(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) SignerRole(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) SigningCertificate(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) Constructor.SigningTime(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) -
Uses of Verifier in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.unsigned
Fields in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.unsigned declared as VerifierModifier and TypeFieldDescriptionprotected VerifierCertificateValues.signatureVerifierVerificador de assinatura JWSConstructors in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.unsigned with parameters of type VerifierModifierConstructorDescriptionArchiveTimeStamp(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) AttrAuthoritiesCertVals(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) AttributeCertificateRefs(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) AttributeRevocationRefs(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) AttributeRevocationValues(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) CertificateValues(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) Deve-se utilizar este construtor no momento de validação do atributo.CompleteCertificateRefs(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) Construtor utilizado para verificação.RefsOnlyTimeStamp(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) RevocationRefs(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) Construtor usado para validar o atributoRevocationValues(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) SigAndRefsTimeStamp(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) SignaturePolicyStore(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) SignatureTimeStamp(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) TimeStampValidationData(Verifier signatureVerifier, org.json.JSONObject protectedHeader, org.json.JSONObject unprotectedHeader) Construtor. -
Uses of Verifier in br.ufsc.labsec.signature.conformanceVerifier.pades
Classes in br.ufsc.labsec.signature.conformanceVerifier.pades that implement VerifierModifier and TypeClassDescriptionclassEsta classe implementa os métodos para verificação de uma assinatura PAdES.Fields in br.ufsc.labsec.signature.conformanceVerifier.pades declared as Verifier -
Uses of Verifier in br.ufsc.labsec.signature.conformanceVerifier.xades
Classes in br.ufsc.labsec.signature.conformanceVerifier.xades that implement VerifierModifier and TypeClassDescriptionclassEsta classe implementa os métodos para verificação de um documento assinado XAdES.