Uses of Interface
br.ufsc.labsec.signature.Verifier
-
Uses of Verifier in br.ufsc.labsec.component
Methods in br.ufsc.labsec.component that return Verifier Modifier and Type Method Description VerifierApplication. 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 Modifier and Type Class Description classAbstractSignatureVerifier<T extends Signature<?>> -
Uses of Verifier in br.ufsc.labsec.signature.conformanceVerifier.cades
Classes in br.ufsc.labsec.signature.conformanceVerifier.cades that implement Verifier Modifier and Type Class Description classCadesVerifierEsta 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 Verifier Modifier and Type Class Description classCertificateVerifierImplementa 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 Verifier Modifier and Type Field Description protected VerifierAttributeCertificateValuesLogic. signatureVerifierprotected VerifierCertificateValuesLogic. signatureVerifierVerificador de assinatura JWSConstructors in br.ufsc.labsec.signature.conformanceVerifier.common with parameters of type Verifier Constructor Description AttributeCertificateValuesLogic(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 Verifier Modifier and Type Class Description classJadesVerifierEsta 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 Modifier and Type Method Description voidJadesSignature. initiateCritHeader(Verifier jadesVerifier) -
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 Verifier Constructor Description AllDataObjectsTimeStamp(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 Verifier Modifier and Type Field Description protected VerifierCertificateValues. signatureVerifierVerificador de assinatura JWSConstructors in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.unsigned with parameters of type Verifier Constructor Description ArchiveTimeStamp(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 Verifier Modifier and Type Class Description classPadesVerifierEsta classe implementa os métodos para verificação de uma assinatura PAdES.Fields in br.ufsc.labsec.signature.conformanceVerifier.pades declared as Verifier Modifier and Type Field Description VerifierPadesSignatureComponent. cadesVerifier -
Uses of Verifier in br.ufsc.labsec.signature.conformanceVerifier.xades
Classes in br.ufsc.labsec.signature.conformanceVerifier.xades that implement Verifier Modifier and Type Class Description classXadesVerifierEsta classe implementa os métodos para verificação de um documento assinado XAdES.