-
Methods in br.ufsc.labsec.signature with parameters of type FileFormat
Modifier and Type |
Method |
Description |
ExtraInformation |
FileToBeSignedGenerator.generateExtraInformation(SignerType signatureType,
FileFormat fileFormat,
byte[] contentToSign,
SignerParameters parameters,
String filename) |
|
protected FileToBeSigned<? extends Info> |
AttributeIncluder.generateFileToBeSigned(Sig signature,
SignatureContainer<Sig> container,
SignerType signerType,
FileFormat fileFormat) |
Gera o arquivo a ser assinado
|
<T extends ExtraInformation> FileToBeSigned<? extends T> |
FileToBeSignedGenerator.generateFileToBeSigned(Application application,
String filename,
InputStream contentToBeSigned,
FileFormat signatureFormat,
SignerType signatureType,
String signatureSuite,
PrivateKeyInformation privateKeyInformation,
br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation,
br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner,
boolean remote,
T extraInformation,
List<String> signedAttributes,
List<String> unsignedAttributes,
CompleteSigner.Mode signatureMode) |
|
<T extends ExtraInformation> FileToBeSigned<? extends T> |
FileToBeSignedGenerator.generateFileToBeSigned(Application application,
String filename,
InputStream contentToBeSigned,
FileFormat signatureFormat,
SignerType signatureType,
String signatureSuite,
KeyStoreInformation keyStoreInformation,
T extraInformation) |
|
<T extends ExtraInformation> FileToBeSigned<? extends T> |
FileToBeSignedGenerator.generateFileToBeSigned(Application application,
String filename,
InputStream contentToBeSigned,
FileFormat signatureFormat,
SignerType signatureType,
String signatureSuite,
KeyStoreInformation keyStoreInformation,
T extraInformation,
CompleteSigner.Mode signatureMode) |
|
<T extends ExtraInformation> FileToBeSigned<? extends T> |
FileToBeSignedGenerator.generateFileToBeSigned(Application application,
String filename,
InputStream contentToBeSigned,
FileFormat signatureFormat,
SignerType signatureType,
String signatureSuite,
KeyStoreInformation keyStoreInformation,
T extraInformation,
List<String> signedAttributes,
List<String> unsignedAttributes,
CompleteSigner.Mode signatureMode) |
|
<T extends ExtraInformation> FileToBeSigned<? extends T> |
FileToBeSignedGenerator.generateFileToBeSigned(Application application,
URI uri,
String fileExtension,
FileFormat signatureFormat,
SignerType signatureType,
String signatureSuite,
KeyStoreInformation keyStoreInformation,
T extraInformation) |
|
<T extends ExtraInformation> FileToBeSigned<? extends T> |
FileToBeSignedGenerator.generateFileToBeSigned(Application application,
URI uri,
String fileExtension,
FileFormat signatureFormat,
SignerType signatureType,
String signatureSuite,
KeyStoreInformation keyStoreInformation,
T extraInformation,
CompleteSigner.Mode signatureMode) |
|
<T extends ExtraInformation> FileToBeSigned<? extends T> |
FileToBeSignedGenerator.generateFileToBeSigned(Application application,
URI uri,
String fileExtension,
FileFormat signatureFormat,
SignerType signatureType,
String signatureSuite,
KeyStoreInformation keyStoreInformation,
T extraInformation,
List<String> signedAttributes,
List<String> unsignedAttributes,
CompleteSigner.Mode signatureMode) |
|
SignerRequest<Info> |
SignerRequest.setFormat(FileFormat format) |
|
Constructors in br.ufsc.labsec.signature with parameters of type FileFormat
Constructor |
Description |
FileToBeSigned(String filename,
String mimeType,
InputStream contentToBeSigned,
FileFormat signatureFormat,
SignerType signatureType,
String signatureSuite,
List<String> signedAttributes,
List<String> unsignedAttributes,
PrivateKeyInformation privateKeyInformation,
br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation,
br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner,
boolean remote,
T extraInformation) |
|
FileToBeSigned(String filename,
String mimeType,
InputStream contentToBeSigned,
FileFormat signatureFormat,
SignerType signatureType,
String signatureSuite,
List<String> signedAttributes,
List<String> unsignedAttributes,
PrivateKeyInformation privateKeyInformation,
br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation,
br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner,
boolean remote,
T extraInformation,
CompleteSigner.Mode signatureMode) |
|
-
-
-
-
-
-
-