Uses of Class
br.ufsc.labsec.signature.wrappers.SignatureWrapper
Packages that use SignatureWrapper
Package
Description
-
Uses of SignatureWrapper in br.ufsc.labsec.component
Methods in br.ufsc.labsec.component that return SignatureWrapperModifier and TypeMethodDescriptionApplication.extend(SignatureWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level, Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo) Application.sign(FileToBeSigned<?> fileToBeSigned, SignerParameters params) Application.stamp(SignatureWrapper wrapper, int signatureIndex, String attribute, Profile.AdESType type, Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo) Methods in br.ufsc.labsec.component with parameters of type SignatureWrapperModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair<SignatureContainer<?>, InitialReport> Application.createContainerAndInitialReport(VerifierParams params, SignatureWrapper wrapper, boolean isReceipt) Application.createInitialReport(VerifierParams params, SignatureWrapper byteWrapper, boolean isReceipt) Application.extend(SignatureWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level, Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo) Application.stamp(SignatureWrapper wrapper, int signatureIndex, String attribute, Profile.AdESType type, Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo) Constructor parameters in br.ufsc.labsec.component with type arguments of type SignatureWrapperModifierConstructorDescriptionApplication(AbstractComponentConfiguration componentConfiguration, Queue<SignatureWrapper> signatureWrappers) Application(Queue<SignatureWrapper> signatureWrappers) -
Uses of SignatureWrapper in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature that return SignatureWrapperModifier and TypeMethodDescriptionSignatureExtensionRequest.extend()CompleteSigner.getSignature(FileToBeSigned<? extends Info> fileToBeSigned) Realiza a assinatura de um arquivo.Signer.getSignature(FileToBeSigned<? extends Info> fileToBeSigned) SignatureExtensionRequest.stamp()Methods in br.ufsc.labsec.signature that return types with arguments of type SignatureWrapperModifier and TypeMethodDescriptionSignerRequest.sign()Função estática auxiliar para todos os endpoints assinarem utilizando a mesma estruturaMethods in br.ufsc.labsec.signature with parameters of type SignatureWrapperModifier and TypeMethodDescriptionbyte[]AttributeIncluder.extendSignature(SignatureWrapper wrapper, int signatureIndex, Profile.AdESLevel level) voidVerifier.report(Report report, SignatureWrapper wrapper) byte[]AttributeIncluder.stampSignature(SignatureWrapper wrapper, int signatureIndex, String attribute) SignatureExtensionRequest.withSignature(SignatureWrapper signature) SignatureExtensionRequest.withSignature(SignatureWrapper signature, int signatureIndex) protected abstract SignatureContainer<Sig> AttributeIncluder.wrapperToContainer(SignatureWrapper wrapper) -
Uses of SignatureWrapper in br.ufsc.labsec.signature.conformanceVerifier
Methods in br.ufsc.labsec.signature.conformanceVerifier that return types with arguments of type SignatureWrapperMethods in br.ufsc.labsec.signature.conformanceVerifier with parameters of type SignatureWrapperModifier and TypeMethodDescriptionVerifierRequest.withSignatureWrapper(SignatureWrapper signatureWrapper) Method parameters in br.ufsc.labsec.signature.conformanceVerifier with type arguments of type SignatureWrapperModifier and TypeMethodDescriptionVerifierRequest.withSignatureWrappers(Queue<SignatureWrapper> signatureWrappers) Constructors in br.ufsc.labsec.signature.conformanceVerifier with parameters of type SignatureWrapperModifierConstructorDescriptionInitialReportGenerator(SignatureWrapper wrapper, SignatureContainer<Sig> signatureContainer, SignatureComponent<?, ?, ?> signatureComponent, boolean isReceipt, VerifierParams params, Application app) -
Uses of SignatureWrapper in br.ufsc.labsec.signature.conformanceVerifier.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades with parameters of type SignatureWrapperModifier and TypeMethodDescriptionvoidCadesVerifier.report(Report report, SignatureWrapper wrapper) voidCadesVerifier.selectTarget(SignatureWrapper wrapper) Constrói umCadesSignatureContainerprotected SignatureContainer<CadesSignature> CadesAttributeIncluder.wrapperToContainer(SignatureWrapper wrapper) -
Uses of SignatureWrapper in br.ufsc.labsec.signature.conformanceVerifier.certificate
Methods in br.ufsc.labsec.signature.conformanceVerifier.certificate with parameters of type SignatureWrapperModifier and TypeMethodDescriptionvoidCertificateVerifier.report(Report report, SignatureWrapper wrapper) voidCertificateVerifier.selectTarget(SignatureWrapper wrapper) Seleciona e valida os bytes da assinatura a serem verificados. -
Uses of SignatureWrapper in br.ufsc.labsec.signature.conformanceVerifier.containerCreator
Fields in br.ufsc.labsec.signature.conformanceVerifier.containerCreator declared as SignatureWrapperModifier and TypeFieldDescriptionprotected final SignatureWrapperAbstractSignatureContainerCreator.wrapperConstructors in br.ufsc.labsec.signature.conformanceVerifier.containerCreator with parameters of type SignatureWrapperModifierConstructorDescriptionAbstractSignatureContainerCreator(SignatureWrapper wrapper, FileType fileType, boolean isReceipt, Application app) CadesSignatureContainerCreator(SignatureWrapper wrapper, FileType fileType, boolean isReceipt, Application app) JadesSignatureContainerCreator(SignatureWrapper wrapper, FileType fileType, boolean isReceipt, Application app) PadesSignatureContainerCreator(SignatureWrapper wrapper, FileType fileType, boolean isReceipt, Application app) XadesSignatureContainerCreator(SignatureWrapper wrapper, FileType fileType, boolean isReceipt, Application app) -
Uses of SignatureWrapper in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that return SignatureWrapperModifier and TypeMethodDescriptionJadesSigner.getSignature(FileToBeSigned<? extends JadesInformation> fileToBeSigned) Inicializa o gerador de contêiner de assinaturaMethods in br.ufsc.labsec.signature.conformanceVerifier.jades with parameters of type SignatureWrapperModifier and TypeMethodDescriptionvoidJadesVerifier.report(Report report, SignatureWrapper wrapper) protected SignatureContainer<JadesSignature> JadesAttributeIncluder.wrapperToContainer(SignatureWrapper wrapper) -
Uses of SignatureWrapper in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return SignatureWrapperModifier and TypeMethodDescriptionPadesSigner.getSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned) Methods in br.ufsc.labsec.signature.conformanceVerifier.pades with parameters of type SignatureWrapperModifier and TypeMethodDescriptionvoidPadesVerifier.report(Report report, SignatureWrapper wrapper) Cria um objetoReportcom as informações da verificação do documentoprotected SignatureContainer<PadesSignature> PadesAttributeIncluder.wrapperToContainer(SignatureWrapper wrapper) -
Uses of SignatureWrapper in br.ufsc.labsec.signature.conformanceVerifier.report
Methods in br.ufsc.labsec.signature.conformanceVerifier.report that return SignatureWrapperMethods in br.ufsc.labsec.signature.conformanceVerifier.report with parameters of type SignatureWrapperModifier and TypeMethodDescriptionReport.withSignatureWrapper(SignatureWrapper signatureWrapper, boolean returnArtifacts) -
Uses of SignatureWrapper in br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage
Methods in br.ufsc.labsec.signature.conformanceVerifier.report.verificationPackage that return types with arguments of type SignatureWrapper -
Uses of SignatureWrapper in br.ufsc.labsec.signature.conformanceVerifier.xades
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades with parameters of type SignatureWrapperModifier and TypeMethodDescriptionvoidXadesVerifier.report(Report report, SignatureWrapper wrapper) Constrói um objetoReportcom as informações da verificaçãoXadesVerifier.selectTarget(SignatureWrapper wrapper) protected SignatureContainer<XadesSignature> XadesAttributeIncluder.wrapperToContainer(SignatureWrapper wrapper) -
Uses of SignatureWrapper in br.ufsc.labsec.signature.signer.policyStorage
Methods in br.ufsc.labsec.signature.signer.policyStorage that return SignatureWrapperModifier and TypeMethodDescriptionSignerComponent.extend(SignatureWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level) <T extends ExtraInformation>
SignatureWrapperSignerComponent.sign(FileToBeSigned<T> fileToBeSigned) Gera a assinatura e a adiciona na lista de assinaturas da aplicaçãoSignerComponent.stamp(SignatureWrapper wrapper, int signatureIndex, Profile.AdESType type, String attribute) Methods in br.ufsc.labsec.signature.signer.policyStorage with parameters of type SignatureWrapperModifier and TypeMethodDescriptionSignerComponent.extend(SignatureWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level) SignerComponent.stamp(SignatureWrapper wrapper, int signatureIndex, Profile.AdESType type, String attribute) -
Uses of SignatureWrapper in br.ufsc.labsec.signature.wrappers
Subclasses of SignatureWrapper in br.ufsc.labsec.signature.wrappersMethods in br.ufsc.labsec.signature.wrappers that return SignatureWrapperModifier and TypeMethodDescriptionstatic SignatureWrapperCreates a signature data wrapper for an attached signature.static SignatureWrapperSignatureWrapper.attached(InputStream signedData, String filename) Creates a signature data wrapper for an attached signature.static SignatureWrapperstatic SignatureWrapperSignatureWrapper.detached(InputStream signedData, InputStream detachedData, String filename) Creates a signature data wrapper for a detached signature.static SignatureWrapperSignatureWrapper.detached(InputStream signedData, Map<String, byte[]> hashes, String filename) static SignatureWrapperSignatureWrapper.resolveSigFormat(byte[] signedData, byte[] detachedData, String filename) static SignatureWrapperSignatureWrapper.resolveSigFormat(InputStream signedData, InputStream detachedData, String filename) Resolve the signature format based on the given parameters. -
Uses of SignatureWrapper in br.ufsc.labsec.web
Methods in br.ufsc.labsec.web that return SignatureWrapperModifier and TypeMethodDescriptionprotected abstract SignatureWrapperAttributeIncluderServlet.executeRequest(SignatureExtensionRequest request) protected SignatureWrapperExtendSignatureServlet.executeRequest(SignatureExtensionRequest request) protected SignatureWrapperStampSignatureServlet.executeRequest(SignatureExtensionRequest request) Method parameters in br.ufsc.labsec.web with type arguments of type SignatureWrapperModifier and TypeMethodDescriptionstatic voidServletHelper.handleResponseSignatures(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, List<SignatureWrapper> signatures) Pega as assinaturas realizadas e coloca na response da maneira adequada (se mais de um, entrega um arquivo zip)