Uses of Class
br.ufsc.labsec.signature.exceptions.SignatureNotICPBrException
-
Uses of SignatureNotICPBrException in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature that throw SignatureNotICPBrException Modifier and Type Method Description boolean
Verifier. supports(byte[] signature, byte[] detached)
-
Uses of SignatureNotICPBrException in br.ufsc.labsec.signature.conformanceVerifier.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades that throw SignatureNotICPBrException Modifier and Type Method Description boolean
CadesVerifier. supports(byte[] sig, byte[] detached)
Verifica se o documento assinado é uma assinatura CAdESprotected boolean
CadesVerifier. validSignature(CadesSignature s)
Verifica se a assinatura foi feita com um certificado ICP-Brasil e se é uma assinatura CAdES -
Uses of SignatureNotICPBrException in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that throw SignatureNotICPBrException Modifier and Type Method Description protected void
JadesVerifier. addCertificatesToValidation(SignatureReport sigReport, Certificate cert)
Realiza a verificação dos certificados e CRLs do caminho de certificação da assinatura e adiciona os resultados ao relatório da assinaturaboolean
JadesVerifier. supports(byte[] signature, byte[] detached)
Verifica se o documento assinado é uma assinatura JAdES -
Uses of SignatureNotICPBrException in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that throw SignatureNotICPBrException Modifier and Type Method Description boolean
PadesVerifier. supports(byte[] signature, byte[] detached)
Verifica se o documento assinado é uma assinatura PAdES -
Uses of SignatureNotICPBrException in br.ufsc.labsec.signature.conformanceVerifier.xades
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades that throw SignatureNotICPBrException Modifier and Type Method Description boolean
XadesVerifier. supports(byte[] sig, byte[] detached)
Verifica se o documento assinado é uma assinatura XAdESprotected boolean
XadesVerifier. validSignature(XadesSignature s)
Verifica se a assinatura foi feita com um certificado ICP-Brasil e se é uma assinatura XAdES