Uses of Class
br.ufsc.labsec.signature.wrappers.SignatureDataWrapper
-
Uses of SignatureDataWrapper in br.ufsc.labsec.component
Methods in br.ufsc.labsec.component that return SignatureDataWrapper Modifier and Type Method Description SignatureDataWrapper
Application. extend(SignatureDataWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level)
SignatureDataWrapper
Application. sign(FileToBeSigned<?> fileToBeSigned, SignerParameters params)
SignatureDataWrapper
Application. stamp(SignatureDataWrapper wrapper, int signatureIndex, String attribute, Profile.AdESType type)
Methods in br.ufsc.labsec.component with parameters of type SignatureDataWrapper Modifier and Type Method Description SignatureDataWrapper
Application. extend(SignatureDataWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level)
SignatureDataWrapper
Application. stamp(SignatureDataWrapper wrapper, int signatureIndex, String attribute, Profile.AdESType type)
Constructor parameters in br.ufsc.labsec.component with type arguments of type SignatureDataWrapper Constructor Description Application(AbstractComponentConfiguration componentConfiguration, List<SignatureDataWrapper> signatureWrapperList)
Application(List<SignatureDataWrapper> signatureWrapperList)
-
Uses of SignatureDataWrapper in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature that return SignatureDataWrapper Modifier and Type Method Description SignatureDataWrapper
SignatureExtensionRequest. extend()
SignatureDataWrapper
CompleteSigner. getSignature(FileToBeSigned<? extends Info> fileToBeSigned)
Realiza a assinatura de um arquivo.SignatureDataWrapper
Signer. getSignature(FileToBeSigned<? extends Info> fileToBeSigned)
SignatureDataWrapper
SignatureExtensionRequest. stamp()
Methods in br.ufsc.labsec.signature that return types with arguments of type SignatureDataWrapper Modifier and Type Method Description List<SignatureDataWrapper>
SignerRequest. sign()
Função estática auxiliar para todos os endpoints assinarem utilizando a mesma estruturaMethods in br.ufsc.labsec.signature with parameters of type SignatureDataWrapper Modifier and Type Method Description SignatureExtensionRequest
SignatureExtensionRequest. withSignature(SignatureDataWrapper signature)
SignatureExtensionRequest
SignatureExtensionRequest. withSignature(SignatureDataWrapper signature, int signatureIndex)
-
Uses of SignatureDataWrapper in br.ufsc.labsec.signature.conformanceVerifier
Methods in br.ufsc.labsec.signature.conformanceVerifier with parameters of type SignatureDataWrapper Modifier and Type Method Description VerifierRequest
VerifierRequest. withSignatureDataWrapper(SignatureDataWrapper signatureDataWrapper)
Method parameters in br.ufsc.labsec.signature.conformanceVerifier with type arguments of type SignatureDataWrapper Modifier and Type Method Description VerifierRequest
VerifierRequest. withSignatureDataWrappers(Collection<SignatureDataWrapper> signatureDataWrappers)
-
Uses of SignatureDataWrapper in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that return SignatureDataWrapper Modifier and Type Method Description SignatureDataWrapper
JadesSigner. getSignature(FileToBeSigned<? extends JadesInformation> fileToBeSigned)
Inicializa o gerador de contêiner de assinatura -
Uses of SignatureDataWrapper in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return SignatureDataWrapper Modifier and Type Method Description SignatureDataWrapper
PadesSigner. getSignature(FileToBeSigned<? extends PadesInformation> fileToBeSigned)
-
Uses of SignatureDataWrapper in br.ufsc.labsec.signature.conformanceVerifier.report.artifacts
Methods in br.ufsc.labsec.signature.conformanceVerifier.report.artifacts that return types with arguments of type SignatureDataWrapper Modifier and Type Method Description List<SignatureDataWrapper>
VerificationPackageAggregator. getWrappers()
-
Uses of SignatureDataWrapper in br.ufsc.labsec.signature.signer.policyStorage
Methods in br.ufsc.labsec.signature.signer.policyStorage that return SignatureDataWrapper Modifier and Type Method Description SignatureDataWrapper
SignerComponent. extend(SignatureDataWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level)
SignatureDataWrapper
SignerComponent. sign(FileToBeSigned fileToBeSigned)
Gera a assinatura e a adiciona na lista de assinaturas da aplicaçãoSignatureDataWrapper
SignerComponent. stamp(SignatureDataWrapper wrapper, int signatureIndex, Profile.AdESType type, String attribute)
Methods in br.ufsc.labsec.signature.signer.policyStorage with parameters of type SignatureDataWrapper Modifier and Type Method Description SignatureDataWrapper
SignerComponent. extend(SignatureDataWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level)
SignatureDataWrapper
SignerComponent. stamp(SignatureDataWrapper wrapper, int signatureIndex, Profile.AdESType type, String attribute)
-
Uses of SignatureDataWrapper in br.ufsc.labsec.signature.wrappers
Subclasses of SignatureDataWrapper in br.ufsc.labsec.signature.wrappers Modifier and Type Class Description class
VerificationPackageDataWrapper
Methods in br.ufsc.labsec.signature.wrappers that return SignatureDataWrapper Modifier and Type Method Description static SignatureDataWrapper
SignatureDataWrapper. attached(InputStream signedData, String filename)
Creates a signature data wrapper for an attached signature.static SignatureDataWrapper
SignatureDataWrapper. detached(InputStream signedData, InputStream detachedData, String filename)
Creates a signature data wrapper for a detached signature.static SignatureDataWrapper
SignatureDataWrapper. detached(InputStream signedData, Map<String,byte[]> hashes, String filename)
static SignatureDataWrapper
SignatureDataWrapper. resolveSigFormat(InputStream signedData, InputStream detachedData, String filename)
Resolve the signature format based on the given parameters. -
Uses of SignatureDataWrapper in br.ufsc.labsec.web
Methods in br.ufsc.labsec.web that return SignatureDataWrapper Modifier and Type Method Description protected abstract SignatureDataWrapper
AttributeIncluderServlet. executeRequest(SignatureExtensionRequest request)
protected SignatureDataWrapper
ExtendSignatureServlet. executeRequest(SignatureExtensionRequest request)
protected SignatureDataWrapper
StampSignatureServlet. executeRequest(SignatureExtensionRequest request)
Method parameters in br.ufsc.labsec.web with type arguments of type SignatureDataWrapper Modifier and Type Method Description static void
ServletHelper. handleResponseSignatures(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, List<SignatureDataWrapper> signatures)
Pega as assinaturas realizadas e coloca na response da maneira adequada (se mais de um, entrega um arquivo zip)