Uses of Interface
br.ufsc.labsec.signature.signer.SignerParameters
| Package | Description |
|---|---|
| br.ufsc.labsec.component | |
| br.ufsc.labsec.signature |
-
Uses of SignerParameters in br.ufsc.labsec.component
Methods in br.ufsc.labsec.component with parameters of type SignerParameters Modifier and Type Method Description SignatureWrapperApplication. sign(FileToBeSigned<?> fileToBeSigned, SignerParameters params) -
Uses of SignerParameters in br.ufsc.labsec.signature
Fields in br.ufsc.labsec.signature declared as SignerParameters Modifier and Type Field Description protected SignerParametersSignerRequest. parametersParâmetros passados para a requisição de assinaturaMethods in br.ufsc.labsec.signature with parameters of type SignerParameters Modifier and Type Method Description ExtraInformationFileToBeSignedGenerator. generateExtraInformation(SignerType signatureType, FileFormat fileFormat, byte[] contentToSign, SignerParameters parameters, String filename)static voidFileToBeSignedGenerator. selectAttributeCertificates(Application application, FileToBeSigned<?> fileToBeSigned, SignerParameters parameters)SignerRequest<Info>SignerRequest. setParameters(SignerParameters parameters)SignerRequest<Info>SignerRequest. withParameters(SignerParameters parameters, KeyStoreInformation ksInfo, List<org.apache.commons.lang3.tuple.Pair<String,byte[]>> files)Seta todos os parâmetros da requisição para a futura realização da assinatura.