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 booleanVerifier. 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 booleanCadesVerifier. supports(byte[] sig, byte[] detached)Verifica se o documento assinado é uma assinatura CAdESprotected booleanCadesVerifier. 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.certificate
Methods in br.ufsc.labsec.signature.conformanceVerifier.certificate that throw SignatureNotICPBrException Modifier and Type Method Description booleanCertificateVerifier. supports(byte[] signature, byte[] detached) -
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 voidJadesVerifier. 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 assinaturabooleanJadesVerifier. 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 booleanPadesVerifier. 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 booleanXadesVerifier. supports(byte[] sig, byte[] detached)Verifica se o documento assinado é uma assinatura XAdESprotected booleanXadesVerifier. validSignature(XadesSignature s)Verifica se a assinatura foi feita com um certificado ICP-Brasil e se é uma assinatura XAdES