Uses of Class
br.ufsc.labsec.signature.wrappers.SignatureBytesWrapper
-
Uses of SignatureBytesWrapper in br.ufsc.labsec.component
Methods in br.ufsc.labsec.component with parameters of type SignatureBytesWrapper Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<SignatureContainer<?>,InitialReport>
Application. createContainerAndInitialReport(VerifierParams params, SignatureBytesWrapper byteWrapper, boolean isReceipt)
-
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature with parameters of type SignatureBytesWrapper Modifier and Type Method Description byte[]
AttributeIncluder. extendSignature(SignatureBytesWrapper wrapper, int signatureIndex, Profile.AdESLevel level)
void
Verifier. report(Report report, SignatureBytesWrapper wrapper)
byte[]
AttributeIncluder. stampSignature(SignatureBytesWrapper wrapper, int signatureIndex, String attribute)
protected abstract SignatureContainer<Sig>
AttributeIncluder. wrapperToContainer(SignatureBytesWrapper wrapper)
-
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature.conformanceVerifier
Constructors in br.ufsc.labsec.signature.conformanceVerifier with parameters of type SignatureBytesWrapper Constructor Description InitialReportGenerator(SignatureBytesWrapper wrapper, SignatureContainer<Sig> signatureContainer, SignatureComponent<?,?,?> signatureComponent, boolean isReceipt, VerifierParams params, Application app)
-
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)
void
CadesVerifier. report(Report report, SignatureBytesWrapper wrapper, List<TimeStamp<Object>> timestamps)
CadesSignatureContainer
CadesVerifier. selectTarget(SignatureBytesWrapper wrapper)
Constrói umCadesSignatureContainer
protected SignatureContainer<CadesSignature>
CadesAttributeIncluder. wrapperToContainer(SignatureBytesWrapper wrapper)
-
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature.conformanceVerifier.certificate
Methods in br.ufsc.labsec.signature.conformanceVerifier.certificate with parameters of type SignatureBytesWrapper Modifier and Type Method Description void
CertificateVerifier. report(Report report, SignatureBytesWrapper wrapper)
void
CertificateVerifier. selectTarget(SignatureBytesWrapper wrapper)
Seleciona e valida os bytes da assinatura a serem verificados. -
Uses of SignatureBytesWrapper in br.ufsc.labsec.signature.conformanceVerifier.containerCreator
Fields in br.ufsc.labsec.signature.conformanceVerifier.containerCreator declared as SignatureBytesWrapper Modifier and Type Field Description protected SignatureBytesWrapper
AbstractSignatureContainerCreator. wrapper
Constructors in br.ufsc.labsec.signature.conformanceVerifier.containerCreator with parameters of type SignatureBytesWrapper Constructor Description AbstractSignatureContainerCreator(SignatureBytesWrapper wrapper, boolean isReceipt, Application app)
CadesSignatureContainerCreator(SignatureBytesWrapper wrapper, boolean isReceipt, Application app)
JadesSignatureContainerCreator(SignatureBytesWrapper wrapper, boolean isReceipt, Application app)
PadesSignatureContainerCreator(SignatureBytesWrapper wrapper, boolean isReceipt, Application app)
XadesSignatureContainerCreator(SignatureBytesWrapper wrapper, boolean isReceipt, Application app)
-
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)
protected SignatureContainer<JadesSignature>
JadesAttributeIncluder. wrapperToContainer(SignatureBytesWrapper wrapper)
-
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 documentoprotected SignatureContainer<PadesSignature>
PadesAttributeIncluder. wrapperToContainer(SignatureBytesWrapper wrapper)
-
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 Report
Report. withSignatureBytesWrapper(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çãoXadesSignatureContainer
XadesVerifier. selectTarget(SignatureBytesWrapper wrapper)
protected SignatureContainer<XadesSignature>
XadesAttributeIncluder. wrapperToContainer(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)
static SignatureBytesWrapper
SignatureBytesWrapper. resolveSigFormat(byte[] signedData, byte[] detachedData, String filename)
SignatureBytesWrapper
SignatureDataWrapper. toByteWrapper()
<E extends Throwable>
SignatureBytesWrapperSignatureDataWrapper. toByteWrapperOrThrow(Function<IOException,E> exception)