Uses of Class
br.ufsc.labsec.signature.wrappers.SignatureBytesWrapper
-
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature with parameters of type SignatureBytesWrapper Modifier and Type Method Description void
Verifier. report(Report report, SignatureBytesWrapper wrapper)
-
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature.conformanceVerifier.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades with parameters of type SignatureBytesWrapper Modifier and Type Method Description void
CadesVerifier. report(Report report, SignatureBytesWrapper wrapper)
Cria um objetoReport
com as informações da verificaçãovoid
CadesVerifier. selectTarget(SignatureBytesWrapper wrapper)
Inicializa os bytes do documento CAdES -
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades with parameters of type SignatureBytesWrapper Modifier and Type Method Description void
JadesVerifier. report(Report report, SignatureBytesWrapper wrapper)
Cria um objetoReport
com as informações da verificação -
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades with parameters of type SignatureBytesWrapper Modifier and Type Method Description void
PadesVerifier. report(Report report, SignatureBytesWrapper wrapper)
Cria um objetoReport
com as informações da verificação do documento -
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature.conformanceVerifier.report
Methods in br.ufsc.labsec.signature.conformanceVerifier.report that return SignatureBytesWrapper Modifier and Type Method Description SignatureBytesWrapper
Report. getSignatureBytesWrapper()
Methods in br.ufsc.labsec.signature.conformanceVerifier.report with parameters of type SignatureBytesWrapper Modifier and Type Method Description void
Report. setSignatureBytesWrapper(SignatureBytesWrapper signatureBytesWrapper)
-
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature.conformanceVerifier.xades
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades with parameters of type SignatureBytesWrapper Modifier and Type Method Description void
XadesVerifier. report(Report report, SignatureBytesWrapper wrapper)
Constrói um objetoReport
com as informações da verificaçãovoid
XadesVerifier. selectTarget(SignatureBytesWrapper wrapper)
-
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature.wrappers
Methods in br.ufsc.labsec.signature.wrappers that return SignatureBytesWrapper Modifier and Type Method Description static SignatureBytesWrapper
SignatureBytesWrapper. attached(byte[] signedData, String filename)
Creates a signature data wrapper for an attached signature.static SignatureBytesWrapper
SignatureBytesWrapper. detached(byte[] signedData, byte[] detachedData, String filename)
Creates a signature data wrapper for a detached signature.static SignatureBytesWrapper
SignatureBytesWrapper. detachedHash(byte[] signedData, Map<String,byte[]> hashes, String filename)
SignatureBytesWrapper
SignatureDataWrapper. toByteWrapper()