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. sign(FileToBeSigned<?> fileToBeSigned)
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
Signer. getSignature(FileToBeSigned<? extends Info> fileToBeSigned)
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 estrutura -
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.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades that return SignatureDataWrapper Modifier and Type Method Description SignatureDataWrapper
CadesSigner. getSignature(FileToBeSigned<? extends CadesInformation> fileToBeSigned)
Inicializa o gerador de contêiner de assinatura -
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.xades
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades that return SignatureDataWrapper Modifier and Type Method Description SignatureDataWrapper
XadesSigner. getSignature(FileToBeSigned<? extends XadesInformation> fileToBeSigned)
-
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. sign(FileToBeSigned fileToBeSigned)
Gera a assinatura e a adiciona na lista de assinaturas da aplicação -
Uses of SignatureDataWrapper in br.ufsc.labsec.signature.wrappers
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.